Class: Aws::Types::CreateCloudFormationChangeSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudFormationChangeSetResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
-
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
-
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
217 218 219 |
# File 'sig/types.rbs', line 217 def application_id @application_id end |
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
218 219 220 |
# File 'sig/types.rbs', line 218 def change_set_id @change_set_id end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
219 220 221 |
# File 'sig/types.rbs', line 219 def semantic_version @semantic_version end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
220 221 222 |
# File 'sig/types.rbs', line 220 def stack_id @stack_id end |