Module: Aws::DataExchange::Client::_UpdateEventActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEventActionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #action ⇒ Types::Action
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #event ⇒ Types::Event
- #id ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
785 |
# File 'sig/client.rbs', line 785
def arn: () -> ::String
|
#created_at ⇒ ::Time
786 |
# File 'sig/client.rbs', line 786
def created_at: () -> ::Time
|
#id ⇒ ::String
788 |
# File 'sig/client.rbs', line 788
def id: () -> ::String
|
#updated_at ⇒ ::Time
789 |
# File 'sig/client.rbs', line 789
def updated_at: () -> ::Time
|