Module: Aws::DataZone::Client::_GetSubscriptionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionOutput]
- 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
2520 |
# File 'sig/client.rbs', line 2520
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2516 |
# File 'sig/client.rbs', line 2516
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2518 |
# File 'sig/client.rbs', line 2518
def domain_id: () -> ::String
|
#id ⇒ ::String
2515 |
# File 'sig/client.rbs', line 2515
def id: () -> ::String
|
#retain_permissions ⇒ Boolean
2525 |
# File 'sig/client.rbs', line 2525
def retain_permissions: () -> bool
|
#status ⇒ "APPROVED", ...
2519 |
# File 'sig/client.rbs', line 2519
def status: () -> ("APPROVED" | "REVOKED" | "CANCELLED")
|
#subscribed_listing ⇒ Types::SubscribedListing
2523 |
# File 'sig/client.rbs', line 2523
def subscribed_listing: () -> Types::SubscribedListing
|
#subscribed_principal ⇒ Types::SubscribedPrincipal
2522 |
# File 'sig/client.rbs', line 2522
def subscribed_principal: () -> Types::SubscribedPrincipal
|
#subscription_request_id ⇒ ::String
2524 |
# File 'sig/client.rbs', line 2524
def subscription_request_id: () -> ::String
|
#updated_at ⇒ ::Time
2521 |
# File 'sig/client.rbs', line 2521
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2517 |
# File 'sig/client.rbs', line 2517
def updated_by: () -> ::String
|