Module: Aws::DataZone::Client::_CreateSubscriptionGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSubscriptionGrantOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #assets ⇒ ::Array[Types::SubscribedAsset]
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #environment_id ⇒ ::String
- #granted_entity ⇒ Types::GrantedEntity
- #id ⇒ ::String
- #status ⇒ "PENDING", ...
- #subscription_id ⇒ ::String
- #subscription_target_id ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#assets ⇒ ::Array[Types::SubscribedAsset]
1275 |
# File 'sig/client.rbs', line 1275
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
1269 |
# File 'sig/client.rbs', line 1269
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1266 |
# File 'sig/client.rbs', line 1266
def created_by: () -> ::String
|
#domain_id ⇒ ::String
1268 |
# File 'sig/client.rbs', line 1268
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
1271 |
# File 'sig/client.rbs', line 1271
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
1273 |
# File 'sig/client.rbs', line 1273
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
1265 |
# File 'sig/client.rbs', line 1265
def id: () -> ::String
|
#status ⇒ "PENDING", ...
1274 |
# File 'sig/client.rbs', line 1274
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
1276 |
# File 'sig/client.rbs', line 1276
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
1272 |
# File 'sig/client.rbs', line 1272
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
1270 |
# File 'sig/client.rbs', line 1270
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1267 |
# File 'sig/client.rbs', line 1267
def updated_by: () -> ::String
|