Module: Aws::DataZone::Client::_UpdateSubscriptionTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateSubscriptionTargetOutput]
- 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]
4505 |
# File 'sig/client.rbs', line 4505
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
4494 |
# File 'sig/client.rbs', line 4494
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
4502 |
# File 'sig/client.rbs', line 4502
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4500 |
# File 'sig/client.rbs', line 4500
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4495 |
# File 'sig/client.rbs', line 4495
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4497 |
# File 'sig/client.rbs', line 4497
def environment_id: () -> ::String
|
#id ⇒ ::String
4493 |
# File 'sig/client.rbs', line 4493
def id: () -> ::String
|
#manage_access_role ⇒ ::String
4504 |
# File 'sig/client.rbs', line 4504
def manage_access_role: () -> ::String
|
#name ⇒ ::String
4498 |
# File 'sig/client.rbs', line 4498
def name: () -> ::String
|
#project_id ⇒ ::String
4496 |
# File 'sig/client.rbs', line 4496
def project_id: () -> ::String
|
#provider ⇒ ::String
4507 |
# File 'sig/client.rbs', line 4507
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
4508 |
# File 'sig/client.rbs', line 4508
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
4506 |
# File 'sig/client.rbs', line 4506
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
4499 |
# File 'sig/client.rbs', line 4499
def type: () -> ::String
|
#updated_at ⇒ ::Time
4503 |
# File 'sig/client.rbs', line 4503
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4501 |
# File 'sig/client.rbs', line 4501
def updated_by: () -> ::String
|