Class: Aws::Types::CloudTrailDetails
- Inherits:
-
Object
- Object
- Aws::Types::CloudTrailDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_role ⇒ ::String
Returns the value of attribute access_role.
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#trails ⇒ ::Array[Types::Trail]
Returns the value of attribute trails.
Instance Attribute Details
#access_role ⇒ ::String
Returns the value of attribute access_role.
208 209 210 |
# File 'sig/types.rbs', line 208 def access_role @access_role end |
#end_time ⇒ ::Time
Returns the value of attribute end_time.
210 211 212 |
# File 'sig/types.rbs', line 210 def end_time @end_time end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
209 210 211 |
# File 'sig/types.rbs', line 209 def start_time @start_time end |
#trails ⇒ ::Array[Types::Trail]
Returns the value of attribute trails.
207 208 209 |
# File 'sig/types.rbs', line 207 def trails @trails end |