Class: Aws::Types::CloudTrailProperties
- Inherits:
-
Object
- Object
- Aws::Types::CloudTrailProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#trail_properties ⇒ ::Array[Types::TrailProperties]
Returns the value of attribute trail_properties.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
217 218 219 |
# File 'sig/types.rbs', line 217 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
216 217 218 |
# File 'sig/types.rbs', line 216 def start_time @start_time end |
#trail_properties ⇒ ::Array[Types::TrailProperties]
Returns the value of attribute trail_properties.
215 216 217 |
# File 'sig/types.rbs', line 215 def trail_properties @trail_properties end |