Class: Aws::Types::TrailInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


1334
1335
1336
# File 'sig/types.rbs', line 1334

def home_region
  @home_region
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1333
1334
1335
# File 'sig/types.rbs', line 1333

def name
  @name
end

#trail_arn::String

Returns the value of attribute trail_arn.

Returns:

  • (::String)


1332
1333
1334
# File 'sig/types.rbs', line 1332

def trail_arn
  @trail_arn
end