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
4473 |
# File 'sig/client.rbs', line 4473
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4469 |
# File 'sig/client.rbs', line 4469
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
4479 |
# File 'sig/client.rbs', line 4479
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
4471 |
# File 'sig/client.rbs', line 4471
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
4480 |
# File 'sig/client.rbs', line 4480
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
4468 |
# File 'sig/client.rbs', line 4468
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
4481 |
# File 'sig/client.rbs', line 4481
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
4475 |
# File 'sig/client.rbs', line 4475
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
4478 |
# File 'sig/client.rbs', line 4478
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
4472 |
# File 'sig/client.rbs', line 4472
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
4477 |
# File 'sig/client.rbs', line 4477
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
4476 |
# File 'sig/client.rbs', line 4476
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
4474 |
# File 'sig/client.rbs', line 4474
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4470 |
# File 'sig/client.rbs', line 4470
def updated_by: () -> ::String
|