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]
4459 |
# File 'sig/client.rbs', line 4459
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
4453 |
# File 'sig/client.rbs', line 4453
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4450 |
# File 'sig/client.rbs', line 4450
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4452 |
# File 'sig/client.rbs', line 4452
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4455 |
# File 'sig/client.rbs', line 4455
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
4457 |
# File 'sig/client.rbs', line 4457
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
4449 |
# File 'sig/client.rbs', line 4449
def id: () -> ::String
|
#status ⇒ "PENDING", ...
4458 |
# File 'sig/client.rbs', line 4458
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
4460 |
# File 'sig/client.rbs', line 4460
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
4456 |
# File 'sig/client.rbs', line 4456
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
4454 |
# File 'sig/client.rbs', line 4454
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4451 |
# File 'sig/client.rbs', line 4451
def updated_by: () -> ::String
|