Module: Aws::DataZone::Client::_RevokeSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RevokeSubscriptionOutput]
- 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
3438 |
# File 'sig/client.rbs', line 3438
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3434 |
# File 'sig/client.rbs', line 3434
def created_by: () -> ::String
|
#domain_id ⇒ ::String
3436 |
# File 'sig/client.rbs', line 3436
def domain_id: () -> ::String
|
#id ⇒ ::String
3433 |
# File 'sig/client.rbs', line 3433
def id: () -> ::String
|
#retain_permissions ⇒ Boolean
3443 |
# File 'sig/client.rbs', line 3443
def retain_permissions: () -> bool
|
#status ⇒ "APPROVED", ...
3437 |
# File 'sig/client.rbs', line 3437
def status: () -> ("APPROVED" | "REVOKED" | "CANCELLED")
|
#subscribed_listing ⇒ Types::SubscribedListing
3441 |
# File 'sig/client.rbs', line 3441
def subscribed_listing: () -> Types::SubscribedListing
|
#subscribed_principal ⇒ Types::SubscribedPrincipal
3440 |
# File 'sig/client.rbs', line 3440
def subscribed_principal: () -> Types::SubscribedPrincipal
|
#subscription_request_id ⇒ ::String
3442 |
# File 'sig/client.rbs', line 3442
def subscription_request_id: () -> ::String
|
#updated_at ⇒ ::Time
3439 |
# File 'sig/client.rbs', line 3439
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
3435 |
# File 'sig/client.rbs', line 3435
def updated_by: () -> ::String
|