Module: Aws::DataZone::Client::_RejectSubscriptionRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RejectSubscriptionRequestOutput]
- 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
3392 |
# File 'sig/client.rbs', line 3392
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3388 |
# File 'sig/client.rbs', line 3388
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
3398 |
# File 'sig/client.rbs', line 3398
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
3390 |
# File 'sig/client.rbs', line 3390
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
3399 |
# File 'sig/client.rbs', line 3399
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
3387 |
# File 'sig/client.rbs', line 3387
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
3400 |
# File 'sig/client.rbs', line 3400
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
3394 |
# File 'sig/client.rbs', line 3394
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
3397 |
# File 'sig/client.rbs', line 3397
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
3391 |
# File 'sig/client.rbs', line 3391
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
3396 |
# File 'sig/client.rbs', line 3396
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
3395 |
# File 'sig/client.rbs', line 3395
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
3393 |
# File 'sig/client.rbs', line 3393
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
3389 |
# File 'sig/client.rbs', line 3389
def updated_by: () -> ::String
|