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
3387 |
# File 'sig/client.rbs', line 3387
def created_at: () -> ::Time
|
#created_by ⇒ ::String
3383 |
# File 'sig/client.rbs', line 3383
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
3393 |
# File 'sig/client.rbs', line 3393
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
3385 |
# File 'sig/client.rbs', line 3385
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
3394 |
# File 'sig/client.rbs', line 3394
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
3382 |
# File 'sig/client.rbs', line 3382
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
3395 |
# File 'sig/client.rbs', line 3395
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
3389 |
# File 'sig/client.rbs', line 3389
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
3392 |
# File 'sig/client.rbs', line 3392
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
3386 |
# File 'sig/client.rbs', line 3386
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
3391 |
# File 'sig/client.rbs', line 3391
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
3390 |
# File 'sig/client.rbs', line 3390
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
3388 |
# File 'sig/client.rbs', line 3388
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
3384 |
# File 'sig/client.rbs', line 3384
def updated_by: () -> ::String
|