Module: Aws::DataExchange::Client::_UpdateRevisionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRevisionResponse]
- 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
800 |
# File 'sig/client.rbs', line 800
def arn: () -> ::String
|
#comment ⇒ ::String
801 |
# File 'sig/client.rbs', line 801
def comment: () -> ::String
|
#created_at ⇒ ::Time
802 |
# File 'sig/client.rbs', line 802
def created_at: () -> ::Time
|
#data_set_id ⇒ ::String
803 |
# File 'sig/client.rbs', line 803
def data_set_id: () -> ::String
|
#finalized ⇒ Boolean
804 |
# File 'sig/client.rbs', line 804
def finalized: () -> bool
|
#id ⇒ ::String
805 |
# File 'sig/client.rbs', line 805
def id: () -> ::String
|
#revocation_comment ⇒ ::String
808 |
# File 'sig/client.rbs', line 808
def revocation_comment: () -> ::String
|
#revoked ⇒ Boolean
809 |
# File 'sig/client.rbs', line 809
def revoked: () -> bool
|
#revoked_at ⇒ ::Time
810 |
# File 'sig/client.rbs', line 810
def revoked_at: () -> ::Time
|
#source_id ⇒ ::String
806 |
# File 'sig/client.rbs', line 806
def source_id: () -> ::String
|
#updated_at ⇒ ::Time
807 |
# File 'sig/client.rbs', line 807
def updated_at: () -> ::Time
|