Module: Aws::DataZone::Client::_CancelSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CancelSubscriptionOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #id ⇒ ::String
- #retain_permissions ⇒ Boolean
- #status ⇒ "APPROVED", ...
- #subscribed_listing ⇒ Types::SubscribedListing
- #subscribed_principal ⇒ Types::SubscribedPrincipal
- #subscription_request_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
298 |
# File 'sig/client.rbs', line 298
def created_at: () -> ::Time
|
#created_by ⇒ ::String
294 |
# File 'sig/client.rbs', line 294
def created_by: () -> ::String
|
#domain_id ⇒ ::String
296 |
# File 'sig/client.rbs', line 296
def domain_id: () -> ::String
|
#id ⇒ ::String
293 |
# File 'sig/client.rbs', line 293
def id: () -> ::String
|
#retain_permissions ⇒ Boolean
303 |
# File 'sig/client.rbs', line 303
def retain_permissions: () -> bool
|
#status ⇒ "APPROVED", ...
297 |
# File 'sig/client.rbs', line 297
def status: () -> ("APPROVED" | "REVOKED" | "CANCELLED")
|
#subscribed_listing ⇒ Types::SubscribedListing
301 |
# File 'sig/client.rbs', line 301
def subscribed_listing: () -> Types::SubscribedListing
|
#subscribed_principal ⇒ Types::SubscribedPrincipal
300 |
# File 'sig/client.rbs', line 300
def subscribed_principal: () -> Types::SubscribedPrincipal
|
#subscription_request_id ⇒ ::String
302 |
# File 'sig/client.rbs', line 302
def subscription_request_id: () -> ::String
|
#updated_at ⇒ ::Time
299 |
# File 'sig/client.rbs', line 299
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
295 |
# File 'sig/client.rbs', line 295
def updated_by: () -> ::String
|