Module: Aws::DataZone::Client::_CreateSubscriptionRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSubscriptionRequestOutput]
- 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
1306 |
# File 'sig/client.rbs', line 1306
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1302 |
# File 'sig/client.rbs', line 1302
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
1312 |
# File 'sig/client.rbs', line 1312
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
1304 |
# File 'sig/client.rbs', line 1304
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
1313 |
# File 'sig/client.rbs', line 1313
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
1301 |
# File 'sig/client.rbs', line 1301
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
1314 |
# File 'sig/client.rbs', line 1314
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
1308 |
# File 'sig/client.rbs', line 1308
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
1311 |
# File 'sig/client.rbs', line 1311
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
1305 |
# File 'sig/client.rbs', line 1305
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
1310 |
# File 'sig/client.rbs', line 1310
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
1309 |
# File 'sig/client.rbs', line 1309
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
1307 |
# File 'sig/client.rbs', line 1307
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1303 |
# File 'sig/client.rbs', line 1303
def updated_by: () -> ::String
|