Module: Aws::DataZone::Client::_DeleteSubscriptionGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteSubscriptionGrantOutput]
- 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]
1708 |
# File 'sig/client.rbs', line 1708
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
1702 |
# File 'sig/client.rbs', line 1702
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1699 |
# File 'sig/client.rbs', line 1699
def created_by: () -> ::String
|
#domain_id ⇒ ::String
1701 |
# File 'sig/client.rbs', line 1701
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
1704 |
# File 'sig/client.rbs', line 1704
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
1706 |
# File 'sig/client.rbs', line 1706
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
1698 |
# File 'sig/client.rbs', line 1698
def id: () -> ::String
|
#status ⇒ "PENDING", ...
1707 |
# File 'sig/client.rbs', line 1707
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
1709 |
# File 'sig/client.rbs', line 1709
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
1705 |
# File 'sig/client.rbs', line 1705
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
1703 |
# File 'sig/client.rbs', line 1703
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1700 |
# File 'sig/client.rbs', line 1700
def updated_by: () -> ::String
|