Class: Aws::Types::Trail
- Inherits:
-
Object
- Object
- Aws::Types::Trail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
-
#cloud_trail_arn ⇒ ::String
Returns the value of attribute cloud_trail_arn.
-
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
Instance Attribute Details
#all_regions ⇒ Boolean
Returns the value of attribute all_regions.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def all_regions @all_regions end |
#cloud_trail_arn ⇒ ::String
Returns the value of attribute cloud_trail_arn.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def cloud_trail_arn @cloud_trail_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def regions @regions end |