Class: Aws::Types::OrganizationEventDetails
- Inherits:
-
Object
- Object
- Aws::Types::OrganizationEventDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#event ⇒ Types::Event
Returns the value of attribute event.
-
#event_description ⇒ Types::EventDescription
Returns the value of attribute event_description.
-
#event_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_metadata.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def aws_account_id @aws_account_id end |
#event ⇒ Types::Event
Returns the value of attribute event.
340 341 342 |
# File 'sig/types.rbs', line 340 def event @event end |
#event_description ⇒ Types::EventDescription
Returns the value of attribute event_description.
341 342 343 |
# File 'sig/types.rbs', line 341 def event_description @event_description end |
#event_metadata ⇒ ::Hash[::String, ::String]
Returns the value of attribute event_metadata.
342 343 344 |
# File 'sig/types.rbs', line 342 def end |