Module: Aws::DataZone::Client::_GetSubscriptionGrantResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionGrantOutput]
- 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]
2546 |
# File 'sig/client.rbs', line 2546
def assets: () -> ::Array[Types::SubscribedAsset]
|
#created_at ⇒ ::Time
2540 |
# File 'sig/client.rbs', line 2540
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2537 |
# File 'sig/client.rbs', line 2537
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2539 |
# File 'sig/client.rbs', line 2539
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
2542 |
# File 'sig/client.rbs', line 2542
def environment_id: () -> ::String
|
#granted_entity ⇒ Types::GrantedEntity
2544 |
# File 'sig/client.rbs', line 2544
def granted_entity: () -> Types::GrantedEntity
|
#id ⇒ ::String
2536 |
# File 'sig/client.rbs', line 2536
def id: () -> ::String
|
#status ⇒ "PENDING", ...
2545 |
# File 'sig/client.rbs', line 2545
def status: () -> ("PENDING" | "IN_PROGRESS" | "GRANT_FAILED" | "REVOKE_FAILED" | "GRANT_AND_REVOKE_FAILED" | "COMPLETED" | "INACCESSIBLE")
|
#subscription_id ⇒ ::String
2547 |
# File 'sig/client.rbs', line 2547
def subscription_id: () -> ::String
|
#subscription_target_id ⇒ ::String
2543 |
# File 'sig/client.rbs', line 2543
def subscription_target_id: () -> ::String
|
#updated_at ⇒ ::Time
2541 |
# File 'sig/client.rbs', line 2541
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2538 |
# File 'sig/client.rbs', line 2538
def updated_by: () -> ::String
|