Class: Aws::Types::TrailInfo
- Inherits:
-
Object
- Object
- Aws::Types::TrailInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#home_region ⇒ ::String
Returns the value of attribute home_region.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
Instance Attribute Details
#home_region ⇒ ::String
Returns the value of attribute home_region.
1334 1335 1336 |
# File 'sig/types.rbs', line 1334 def home_region @home_region end |
#name ⇒ ::String
Returns the value of attribute name.
1333 1334 1335 |
# File 'sig/types.rbs', line 1333 def name @name end |
#trail_arn ⇒ ::String
Returns the value of attribute trail_arn.
1332 1333 1334 |
# File 'sig/types.rbs', line 1332 def trail_arn @trail_arn end |