Module: Aws::DataExchange::Client::_CreateEventActionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateEventActionResponse]
- 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
165 |
# File 'sig/client.rbs', line 165
def arn: () -> ::String
|
#created_at ⇒ ::Time
166 |
# File 'sig/client.rbs', line 166
def created_at: () -> ::Time
|
#id ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
169 |
# File 'sig/client.rbs', line 169
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
170 |
# File 'sig/client.rbs', line 170
def updated_at: () -> ::Time
|