Module: Aws::DataExchange::Client::_CreateRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateRevisionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #comment ⇒ ::String
- #created_at ⇒ ::Time
- #data_set_id ⇒ ::String
- #finalized ⇒ Boolean
- #id ⇒ ::String
- #revocation_comment ⇒ ::String
- #revoked ⇒ Boolean
- #revoked_at ⇒ ::Time
- #source_id ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
322 |
# File 'sig/client.rbs', line 322
def arn: () -> ::String
|
#comment ⇒ ::String
323 |
# File 'sig/client.rbs', line 323
def comment: () -> ::String
|
#created_at ⇒ ::Time
324 |
# File 'sig/client.rbs', line 324
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
325 |
# File 'sig/client.rbs', line 325
def data_set_id: () -> ::String
|
#finalized ⇒ Boolean
326 |
# File 'sig/client.rbs', line 326
def finalized: () -> bool
|
#id ⇒ ::String
327 |
# File 'sig/client.rbs', line 327
def id: () -> ::String
|
#revocation_comment ⇒ ::String
331 |
# File 'sig/client.rbs', line 331
def revocation_comment: () -> ::String
|
#revoked ⇒ Boolean
332 |
# File 'sig/client.rbs', line 332
def revoked: () -> bool
|
#revoked_at ⇒ ::Time
333 |
# File 'sig/client.rbs', line 333
def revoked_at: () -> ::Time
|
#source_id ⇒ ::String
328 |
# File 'sig/client.rbs', line 328
def source_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
329 |
# File 'sig/client.rbs', line 329
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
330 |
# File 'sig/client.rbs', line 330
def updated_at: () -> ::Time
|