Class: Aws::Types::CreateCloudFormationChangeSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudFormationChangeSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#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
#application_id ⇒ ::String
Returns the value of attribute application_id.
200 201 202 |
# File 'sig/types.rbs', line 200 def application_id @application_id end |
#capabilities ⇒ ::Array[::String]
Returns the value of attribute capabilities.
201 202 203 |
# File 'sig/types.rbs', line 201 def capabilities @capabilities end |
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
202 203 204 |
# File 'sig/types.rbs', line 202 def change_set_name @change_set_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
203 204 205 |
# File 'sig/types.rbs', line 203 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
204 205 206 |
# File 'sig/types.rbs', line 204 def description @description end |
#notification_arns ⇒ ::Array[::String]
Returns the value of attribute notification_arns.
205 206 207 |
# File 'sig/types.rbs', line 205 def notification_arns @notification_arns end |
#parameter_overrides ⇒ ::Array[Types::ParameterValue]
Returns the value of attribute parameter_overrides.
206 207 208 |
# File 'sig/types.rbs', line 206 def parameter_overrides @parameter_overrides end |
#resource_types ⇒ ::Array[::String]
Returns the value of attribute resource_types.
207 208 209 |
# File 'sig/types.rbs', line 207 def resource_types @resource_types end |
#rollback_configuration ⇒ Types::RollbackConfiguration
Returns the value of attribute rollback_configuration.
208 209 210 |
# File 'sig/types.rbs', line 208 def rollback_configuration @rollback_configuration end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
209 210 211 |
# File 'sig/types.rbs', line 209 def semantic_version @semantic_version end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
210 211 212 |
# File 'sig/types.rbs', line 210 def stack_name @stack_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
211 212 213 |
# File 'sig/types.rbs', line 211 def @tags end |
#template_id ⇒ ::String
Returns the value of attribute template_id.
212 213 214 |
# File 'sig/types.rbs', line 212 def template_id @template_id end |