Module: Aws::DataExchange::Client::_GetEventActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetEventActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ Types::Action
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #event ⇒ Types::Event
- #id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
445 |
# File 'sig/client.rbs', line 445
def arn: () -> ::String
|
#created_at ⇒ ::Time
446 |
# File 'sig/client.rbs', line 446
def created_at: () -> ::Time
|
#id ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
449 |
# File 'sig/client.rbs', line 449
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
450 |
# File 'sig/client.rbs', line 450
def updated_at: () -> ::Time
|