Class: Aws::Types::UpdateSubscriptionTargetInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSubscriptionTargetInput
- 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.
-
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
-
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
-
#identifier ⇒ ::String
Returns the value of attribute 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.
Instance Attribute Details
#applicable_asset_types ⇒ ::Array[::String]
Returns the value of attribute applicable_asset_types.
6897 6898 6899 |
# File 'sig/types.rbs', line 6897 def applicable_asset_types @applicable_asset_types end |
#authorized_principals ⇒ ::Array[::String]
Returns the value of attribute authorized_principals.
6896 6897 6898 |
# File 'sig/types.rbs', line 6896 def @authorized_principals end |
#domain_identifier ⇒ ::String
Returns the value of attribute domain_identifier.
6892 6893 6894 |
# File 'sig/types.rbs', line 6892 def domain_identifier @domain_identifier end |
#environment_identifier ⇒ ::String
Returns the value of attribute environment_identifier.
6893 6894 6895 |
# File 'sig/types.rbs', line 6893 def environment_identifier @environment_identifier end |
#identifier ⇒ ::String
Returns the value of attribute identifier.
6894 6895 6896 |
# File 'sig/types.rbs', line 6894 def identifier @identifier end |
#manage_access_role ⇒ ::String
Returns the value of attribute manage_access_role.
6899 6900 6901 |
# File 'sig/types.rbs', line 6899 def manage_access_role @manage_access_role end |
#name ⇒ ::String
Returns the value of attribute name.
6895 6896 6897 |
# File 'sig/types.rbs', line 6895 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
6900 6901 6902 |
# File 'sig/types.rbs', line 6900 def provider @provider end |
#subscription_grant_creation_mode ⇒ "AUTOMATIC", "MANUAL"
Returns the value of attribute subscription_grant_creation_mode.
6901 6902 6903 |
# File 'sig/types.rbs', line 6901 def subscription_grant_creation_mode @subscription_grant_creation_mode end |
#subscription_target_config ⇒ ::Array[Types::SubscriptionTargetForm]
Returns the value of attribute subscription_target_config.
6898 6899 6900 |
# File 'sig/types.rbs', line 6898 def subscription_target_config @subscription_target_config end |