Module: Aws::DataZone::Client::_UpdateSubscriptionRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSubscriptionRequestOutput]
- 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
4482 |
# File 'sig/client.rbs', line 4482
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4478 |
# File 'sig/client.rbs', line 4478
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
4488 |
# File 'sig/client.rbs', line 4488
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
4480 |
# File 'sig/client.rbs', line 4480
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
4489 |
# File 'sig/client.rbs', line 4489
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
4477 |
# File 'sig/client.rbs', line 4477
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
4490 |
# File 'sig/client.rbs', line 4490
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
4484 |
# File 'sig/client.rbs', line 4484
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
4487 |
# File 'sig/client.rbs', line 4487
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
4481 |
# File 'sig/client.rbs', line 4481
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
4486 |
# File 'sig/client.rbs', line 4486
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
4485 |
# File 'sig/client.rbs', line 4485
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
4483 |
# File 'sig/client.rbs', line 4483
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4479 |
# File 'sig/client.rbs', line 4479
def updated_by: () -> ::String
|