Module: Aws::DataZone::Client::_CreateSubscriptionTargetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateSubscriptionTargetOutput]
- 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]
1381 |
# File 'sig/client.rbs', line 1381
def applicable_asset_types: () -> ::Array[::String]
|
#authorized_principals ⇒ ::Array[::String]
1370 |
# File 'sig/client.rbs', line 1370
def authorized_principals: () -> ::Array[::String]
|
#created_at ⇒ ::Time
1378 |
# File 'sig/client.rbs', line 1378
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1376 |
# File 'sig/client.rbs', line 1376
def created_by: () -> ::String
|
#domain_id ⇒ ::String
1371 |
# File 'sig/client.rbs', line 1371
def domain_id: () -> ::String
|
#environment_id ⇒ ::String
1373 |
# File 'sig/client.rbs', line 1373
def environment_id: () -> ::String
|
#id ⇒ ::String
1369 |
# File 'sig/client.rbs', line 1369
def id: () -> ::String
|
#manage_access_role ⇒ ::String
1380 |
# File 'sig/client.rbs', line 1380
def manage_access_role: () -> ::String
|
#name ⇒ ::String
1374 |
# File 'sig/client.rbs', line 1374
def name: () -> ::String
|
#project_id ⇒ ::String
1372 |
# File 'sig/client.rbs', line 1372
def project_id: () -> ::String
|
#provider ⇒ ::String
1383 |
# File 'sig/client.rbs', line 1383
def provider: () -> ::String
|
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
1384 |
# File 'sig/client.rbs', line 1384
def subscription_grant_creation_mode: () -> ("AUTOMATIC" | "MANUAL")
|
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
1382 |
# File 'sig/client.rbs', line 1382
def subscription_target_config: () -> ::Array[Types::SubscriptionTargetForm]
|
#type ⇒ ::String
1375 |
# File 'sig/client.rbs', line 1375
def type: () -> ::String
|
#updated_at ⇒ ::Time
1379 |
# File 'sig/client.rbs', line 1379
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1377 |
# File 'sig/client.rbs', line 1377
def updated_by: () -> ::String
|