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]
4514 |
# File 'sig/client.rbs', line 4514
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
4503 |
# File 'sig/client.rbs', line 4503
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
4511 |
# File 'sig/client.rbs', line 4511
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4509 |
# File 'sig/client.rbs', line 4509
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4504 |
# File 'sig/client.rbs', line 4504
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4506 |
# File 'sig/client.rbs', line 4506
def environment_id: () -> ::String
|
#id ⇒ ::String
4502 |
# File 'sig/client.rbs', line 4502
def id: () -> ::String
|
#manage_access_role ⇒ ::String
4513 |
# File 'sig/client.rbs', line 4513
def manage_access_role: () -> ::String
|
#name ⇒ ::String
4507 |
# File 'sig/client.rbs', line 4507
def name: () -> ::String
|
#project_id ⇒ ::String
4505 |
# File 'sig/client.rbs', line 4505
def project_id: () -> ::String
|
#provider ⇒ ::String
4516 |
# File 'sig/client.rbs', line 4516
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
4517 |
# File 'sig/client.rbs', line 4517
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
4515 |
# File 'sig/client.rbs', line 4515
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
4508 |
# File 'sig/client.rbs', line 4508
def type: () -> ::String
|
#updated_at ⇒ ::Time
4512 |
# File 'sig/client.rbs', line 4512
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4510 |
# File 'sig/client.rbs', line 4510
def updated_by: () -> ::String
|