Class: Aws::Types::CreateSubscriptionTargetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateSubscriptionTargetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applicable_asset_types ⇒ ::Array[::String]
Returns the value of attribute applicable_asset_types.
-
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
-
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#applicable_asset_types ⇒ ::Array[::String]
Returns the value of attribute applicable_asset_types.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def applicable_asset_types @applicable_asset_types end |
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
1582 1583 1584 |
# File 'sig/types.rbs', line 1582 def @authorized_principals end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def client_token @client_token end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def environment_identifier @environment_identifier end |
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
1583 1584 1585 |
# File 'sig/types.rbs', line 1583 def manage_access_role @manage_access_role end |
#name ⇒ ::String
Returns the value of attribute name.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def provider @provider end |
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def subscription_grant_creation_mode @subscription_grant_creation_mode end |
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
1581 1582 1583 |
# File 'sig/types.rbs', line 1581 def subscription_target_config @subscription_target_config end |
#type ⇒ ::String
Returns the value of attribute type.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def type @type end |