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]
4466 |
# File 'sig/client.rbs', line 4466
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
4455 |
# File 'sig/client.rbs', line 4455
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
4463 |
# File 'sig/client.rbs', line 4463
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4461 |
# File 'sig/client.rbs', line 4461
def created_by: () -> ::String
|
#domain_id ⇒ ::String
4456 |
# File 'sig/client.rbs', line 4456
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
4458 |
# File 'sig/client.rbs', line 4458
def environment_id: () -> ::String
|
#id ⇒ ::String
4454 |
# File 'sig/client.rbs', line 4454
def id: () -> ::String
|
#manage_access_role ⇒ ::String
4465 |
# File 'sig/client.rbs', line 4465
def manage_access_role: () -> ::String
|
#name ⇒ ::String
4459 |
# File 'sig/client.rbs', line 4459
def name: () -> ::String
|
#project_id ⇒ ::String
4457 |
# File 'sig/client.rbs', line 4457
def project_id: () -> ::String
|
#provider ⇒ ::String
4468 |
# File 'sig/client.rbs', line 4468
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
4469 |
# File 'sig/client.rbs', line 4469
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
4467 |
# File 'sig/client.rbs', line 4467
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
4460 |
# File 'sig/client.rbs', line 4460
def type: () -> ::String
|
#updated_at ⇒ ::Time
4464 |
# File 'sig/client.rbs', line 4464
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
4462 |
# File 'sig/client.rbs', line 4462
def updated_by: () -> ::String
|