Module: Aws::DataZone::Client::_GetSubscriptionRequestDetailsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionRequestDetailsOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #decision_comment ⇒ ::String
- #domain_id ⇒ ::String
- #existing_subscription_id ⇒ ::String
- #id ⇒ ::String
- #metadata_forms ⇒ ::Array[Types::FormOutput]
- #request_reason ⇒ ::String
- #reviewer_id ⇒ ::String
- #status ⇒ "PENDING", ...
- #subscribed_listings ⇒ ::Array[Types::SubscribedListing]
- #subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
2563 |
# File 'sig/client.rbs', line 2563
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2559 |
# File 'sig/client.rbs', line 2559
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
2569 |
# File 'sig/client.rbs', line 2569
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
2561 |
# File 'sig/client.rbs', line 2561
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
2570 |
# File 'sig/client.rbs', line 2570
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
2558 |
# File 'sig/client.rbs', line 2558
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
2571 |
# File 'sig/client.rbs', line 2571
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
2565 |
# File 'sig/client.rbs', line 2565
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
2568 |
# File 'sig/client.rbs', line 2568
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
2562 |
# File 'sig/client.rbs', line 2562
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
2567 |
# File 'sig/client.rbs', line 2567
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
2566 |
# File 'sig/client.rbs', line 2566
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
2564 |
# File 'sig/client.rbs', line 2564
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2560 |
# File 'sig/client.rbs', line 2560
def updated_by: () -> ::String
|