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