Class: Aws::Types::CreateCloudFormationChangeSetInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudFormationChangeSetInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
-
#parameter_overrides ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_overrides.
-
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
-
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_id ⇒ ::String
Returns the value of attribute template_id.
Instance Attribute Details
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
184 185 186 |
# File 'sig/types.rbs', line 184 def capabilities @capabilities end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
185 186 187 |
# File 'sig/types.rbs', line 185 def change_set_name @change_set_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
186 187 188 |
# File 'sig/types.rbs', line 186 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
187 188 189 |
# File 'sig/types.rbs', line 187 def description @description end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
188 189 190 |
# File 'sig/types.rbs', line 188 def notification_arns @notification_arns end |
#parameter_overrides ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_overrides.
189 190 191 |
# File 'sig/types.rbs', line 189 def parameter_overrides @parameter_overrides end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
190 191 192 |
# File 'sig/types.rbs', line 190 def resource_types @resource_types end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
191 192 193 |
# File 'sig/types.rbs', line 191 def rollback_configuration @rollback_configuration end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
192 193 194 |
# File 'sig/types.rbs', line 192 def semantic_version @semantic_version end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
193 194 195 |
# File 'sig/types.rbs', line 193 def stack_name @stack_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
194 195 196 |
# File 'sig/types.rbs', line 194 def end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
195 196 197 |
# File 'sig/types.rbs', line 195 def template_id @template_id end |