Class: Aws::Types::TrailProperties
- Inherits:
-
Object
- Object
- Aws::Types::TrailProperties
- 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.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def all_regions @all_regions end |
#cloud_trail_arn ⇒ ::String
Returns the value of attribute cloud_trail_arn.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def cloud_trail_arn @cloud_trail_arn end |
#regions ⇒ ::Array[::String]
Returns the value of attribute regions.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def regions @regions end |