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]
4450 |
# File 'sig/client.rbs', line 4450
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
4444 |
# File 'sig/client.rbs', line 4444
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4441 |
# File 'sig/client.rbs', line 4441
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4443 |
# File 'sig/client.rbs', line 4443
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4446 |
# File 'sig/client.rbs', line 4446
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
4448 |
# File 'sig/client.rbs', line 4448
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
4440 |
# File 'sig/client.rbs', line 4440
def id: () -> ::String
|
#status ⇒ "PENDING", ...
4449 |
# File 'sig/client.rbs', line 4449
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
4451 |
# File 'sig/client.rbs', line 4451
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
4447 |
# File 'sig/client.rbs', line 4447
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
4445 |
# File 'sig/client.rbs', line 4445
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4442 |
# File 'sig/client.rbs', line 4442
def updated_by: () -> ::String
|