Class: Aws::Types::Event
- Inherits:
-
Object
- Object
- Aws::Types::Event
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
-
#cloud_trail_event ⇒ ::String
Returns the value of attribute cloud_trail_event.
-
#event_id ⇒ ::String
Returns the value of attribute event_id.
-
#event_name ⇒ ::String
Returns the value of attribute event_name.
-
#event_source ⇒ ::String
Returns the value of attribute event_source.
-
#event_time ⇒ ::Time
Returns the value of attribute event_time.
-
#read_only ⇒ ::String
Returns the value of attribute read_only.
-
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#access_key_id ⇒ ::String
Returns the value of attribute access_key_id.
353 354 355 |
# File 'sig/types.rbs', line 353 def access_key_id @access_key_id end |
#cloud_trail_event ⇒ ::String
Returns the value of attribute cloud_trail_event.
358 359 360 |
# File 'sig/types.rbs', line 358 def cloud_trail_event @cloud_trail_event end |
#event_id ⇒ ::String
Returns the value of attribute event_id.
350 351 352 |
# File 'sig/types.rbs', line 350 def event_id @event_id end |
#event_name ⇒ ::String
Returns the value of attribute event_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def event_name @event_name end |
#event_source ⇒ ::String
Returns the value of attribute event_source.
355 356 357 |
# File 'sig/types.rbs', line 355 def event_source @event_source end |
#event_time ⇒ ::Time
Returns the value of attribute event_time.
354 355 356 |
# File 'sig/types.rbs', line 354 def event_time @event_time end |
#read_only ⇒ ::String
Returns the value of attribute read_only.
352 353 354 |
# File 'sig/types.rbs', line 352 def read_only @read_only end |
#resources ⇒ ::Array[Types::Resource]
Returns the value of attribute resources.
357 358 359 |
# File 'sig/types.rbs', line 357 def resources @resources end |
#username ⇒ ::String
Returns the value of attribute username.
356 357 358 |
# File 'sig/types.rbs', line 356 def username @username end |