Module: Aws::DataZone::Client::_UpdateSubscriptionGrantStatusResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSubscriptionGrantStatusOutput]
- 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]
4411 |
# File 'sig/client.rbs', line 4411
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
4405 |
# File 'sig/client.rbs', line 4405
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4402 |
# File 'sig/client.rbs', line 4402
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4404 |
# File 'sig/client.rbs', line 4404
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4407 |
# File 'sig/client.rbs', line 4407
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
4409 |
# File 'sig/client.rbs', line 4409
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
4401 |
# File 'sig/client.rbs', line 4401
def id: () -> ::String
|
#status ⇒ "PENDING", ...
4410 |
# File 'sig/client.rbs', line 4410
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
4412 |
# File 'sig/client.rbs', line 4412
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
4408 |
# File 'sig/client.rbs', line 4408
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
4406 |
# File 'sig/client.rbs', line 4406
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4403 |
# File 'sig/client.rbs', line 4403
def updated_by: () -> ::String
|