Module: Aws::DataZone::Client::_GetSubscriptionTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetSubscriptionTargetOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #applicable_asset_types ⇒ ::Array[::String]
- #authorized_principals ⇒ ::Array[::String]
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #domain_id ⇒ ::String
- #environment_id ⇒ ::String
- #id ⇒ ::String
- #manage_access_role ⇒ ::String
- #name ⇒ ::String
- #project_id ⇒ ::String
- #provider ⇒ ::String
- #subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
- #subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
- #type ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#applicable_asset_types ⇒ ::Array[::String]
2601 |
# File 'sig/client.rbs', line 2601
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
2590 |
# File 'sig/client.rbs', line 2590
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
2598 |
# File 'sig/client.rbs', line 2598
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2596 |
# File 'sig/client.rbs', line 2596
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2591 |
# File 'sig/client.rbs', line 2591
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
2593 |
# File 'sig/client.rbs', line 2593
def environment_id: () -> ::String
|
#id ⇒ ::String
2589 |
# File 'sig/client.rbs', line 2589
def id: () -> ::String
|
#manage_access_role ⇒ ::String
2600 |
# File 'sig/client.rbs', line 2600
def manage_access_role: () -> ::String
|
#name ⇒ ::String
2594 |
# File 'sig/client.rbs', line 2594
def name: () -> ::String
|
#project_id ⇒ ::String
2592 |
# File 'sig/client.rbs', line 2592
def project_id: () -> ::String
|
#provider ⇒ ::String
2603 |
# File 'sig/client.rbs', line 2603
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
2604 |
# File 'sig/client.rbs', line 2604
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
2602 |
# File 'sig/client.rbs', line 2602
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
2595 |
# File 'sig/client.rbs', line 2595
def type: () -> ::String
|
#updated_at ⇒ ::Time
2599 |
# File 'sig/client.rbs', line 2599
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2597 |
# File 'sig/client.rbs', line 2597
def updated_by: () -> ::String
|