Class: Aws::Types::ChangeSetDetails
- Inherits:
-
Object
- Object
- Aws::Types::ChangeSetDetails
- 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.
84 85 86 |
# File 'sig/types.rbs', line 84 def application_id @application_id end |
#change_set_id ⇒ ::String
Returns the value of attribute change_set_id.
85 86 87 |
# File 'sig/types.rbs', line 85 def change_set_id @change_set_id end |
#semantic_version ⇒ ::String
Returns the value of attribute semantic_version.
86 87 88 |
# File 'sig/types.rbs', line 86 def semantic_version @semantic_version end |
#stack_id ⇒ ::String
Returns the value of attribute stack_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def stack_id @stack_id end |