Module: Aws::DataZone::Client::_AcceptSubscriptionRequestResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::AcceptSubscriptionRequestOutput]
- 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
114 |
# File 'sig/client.rbs', line 114
def created_at: () -> ::Time
|
#created_by ⇒ ::String
110 |
# File 'sig/client.rbs', line 110
def created_by: () -> ::String
|
#decision_comment ⇒ ::String
120 |
# File 'sig/client.rbs', line 120
def decision_comment: () -> ::String
|
#domain_id ⇒ ::String
112 |
# File 'sig/client.rbs', line 112
def domain_id: () -> ::String
|
#existing_subscription_id ⇒ ::String
121 |
# File 'sig/client.rbs', line 121
def existing_subscription_id: () -> ::String
|
#id ⇒ ::String
109 |
# File 'sig/client.rbs', line 109
def id: () -> ::String
|
#metadata_forms ⇒ ::Array[Types::FormOutput]
122 |
# File 'sig/client.rbs', line 122
def metadata_forms: () -> ::Array[Types::FormOutput]
|
#request_reason ⇒ ::String
116 |
# File 'sig/client.rbs', line 116
def request_reason: () -> ::String
|
#reviewer_id ⇒ ::String
119 |
# File 'sig/client.rbs', line 119
def reviewer_id: () -> ::String
|
#status ⇒ "PENDING", ...
113 |
# File 'sig/client.rbs', line 113
def status: () -> ("PENDING" | "ACCEPTED" | "REJECTED")
|
#subscribed_listings ⇒ ::Array[Types::SubscribedListing]
118 |
# File 'sig/client.rbs', line 118
def subscribed_listings: () -> ::Array[Types::SubscribedListing]
|
#subscribed_principals ⇒ ::Array[Types::SubscribedPrincipal]
117 |
# File 'sig/client.rbs', line 117
def subscribed_principals: () -> ::Array[Types::SubscribedPrincipal]
|
#updated_at ⇒ ::Time
115 |
# File 'sig/client.rbs', line 115
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
111 |
# File 'sig/client.rbs', line 111
def updated_by: () -> ::String
|