Module: Aws::DataExchange::Client::_RevokeRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RevokeRevisionResponse]
- 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
- #updated_at ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def arn: () -> ::String
|
#comment ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def comment: () -> ::String
|
#created_at ⇒ ::Time
626 |
# File 'sig/client.rbs', line 626
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def data_set_id: () -> ::String
|
#finalized ⇒ Boolean
628 |
# File 'sig/client.rbs', line 628
def finalized: () -> bool
|
#id ⇒ ::String
629 |
# File 'sig/client.rbs', line 629
def id: () -> ::String
|
#revocation_comment ⇒ ::String
632 |
# File 'sig/client.rbs', line 632
def revocation_comment: () -> ::String
|
#revoked ⇒ Boolean
633 |
# File 'sig/client.rbs', line 633
def revoked: () -> bool
|
#revoked_at ⇒ ::Time
634 |
# File 'sig/client.rbs', line 634
def revoked_at: () -> ::Time
|
#source_id ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def source_id: () -> ::String
|
#updated_at ⇒ ::Time
631 |
# File 'sig/client.rbs', line 631
def updated_at: () -> ::Time
|