Module: Aws::DataExchange::Client::_GetRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetRevisionResponse]
- 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
500 |
# File 'sig/client.rbs', line 500
def arn: () -> ::String
|
#comment ⇒ ::String
501 |
# File 'sig/client.rbs', line 501
def comment: () -> ::String
|
#created_at ⇒ ::Time
502 |
# File 'sig/client.rbs', line 502
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
503 |
# File 'sig/client.rbs', line 503
def data_set_id: () -> ::String
|
#finalized ⇒ Boolean
504 |
# File 'sig/client.rbs', line 504
def finalized: () -> bool
|
#id ⇒ ::String
505 |
# File 'sig/client.rbs', line 505
def id: () -> ::String
|
#revocation_comment ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def revocation_comment: () -> ::String
|
#revoked ⇒ Boolean
510 |
# File 'sig/client.rbs', line 510
def revoked: () -> bool
|
#revoked_at ⇒ ::Time
511 |
# File 'sig/client.rbs', line 511
def revoked_at: () -> ::Time
|
#source_id ⇒ ::String
506 |
# File 'sig/client.rbs', line 506
def source_id: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
507 |
# File 'sig/client.rbs', line 507
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
508 |
# File 'sig/client.rbs', line 508
def updated_at: () -> ::Time
|