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]
2594 |
# File 'sig/client.rbs', line 2594
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
2583 |
# File 'sig/client.rbs', line 2583
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
2591 |
# File 'sig/client.rbs', line 2591
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2589 |
# File 'sig/client.rbs', line 2589
def created_by: () -> ::String
|
#domain_id ⇒ ::String
2584 |
# File 'sig/client.rbs', line 2584
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
2586 |
# File 'sig/client.rbs', line 2586
def environment_id: () -> ::String
|
#id ⇒ ::String
2582 |
# File 'sig/client.rbs', line 2582
def id: () -> ::String
|
#manage_access_role ⇒ ::String
2593 |
# File 'sig/client.rbs', line 2593
def manage_access_role: () -> ::String
|
#name ⇒ ::String
2587 |
# File 'sig/client.rbs', line 2587
def name: () -> ::String
|
#project_id ⇒ ::String
2585 |
# File 'sig/client.rbs', line 2585
def project_id: () -> ::String
|
#provider ⇒ ::String
2596 |
# File 'sig/client.rbs', line 2596
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
2597 |
# File 'sig/client.rbs', line 2597
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
2595 |
# File 'sig/client.rbs', line 2595
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
2588 |
# File 'sig/client.rbs', line 2588
def type: () -> ::String
|
#updated_at ⇒ ::Time
2592 |
# File 'sig/client.rbs', line 2592
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
2590 |
# File 'sig/client.rbs', line 2590
def updated_by: () -> ::String
|