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
4434 |
# File 'sig/client.rbs', line 4434
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4430 |
# File 'sig/client.rbs', line 4430
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
4440 |
# File 'sig/client.rbs', line 4440
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
4432 |
# File 'sig/client.rbs', line 4432
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
4441 |
# File 'sig/client.rbs', line 4441
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
4429 |
# File 'sig/client.rbs', line 4429
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
4442 |
# File 'sig/client.rbs', line 4442
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
4436 |
# File 'sig/client.rbs', line 4436
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
4439 |
# File 'sig/client.rbs', line 4439
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
4433 |
# File 'sig/client.rbs', line 4433
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
4438 |
# File 'sig/client.rbs', line 4438
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
4437 |
# File 'sig/client.rbs', line 4437
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
4435 |
# File 'sig/client.rbs', line 4435
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4431 |
# File 'sig/client.rbs', line 4431
def updated_by: () -> ::String
|