Class: Aws::Types::DescribeChangeSetHooksInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeChangeSetHooksInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#change_set_name ⇒ ::String
Returns the value of attribute change_set_name.
397 398 399 |
# File 'sig/types.rbs', line 397 def change_set_name @change_set_name end |
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
400 401 402 |
# File 'sig/types.rbs', line 400 def logical_resource_id @logical_resource_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
399 400 401 |
# File 'sig/types.rbs', line 399 def next_token @next_token end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
398 399 400 |
# File 'sig/types.rbs', line 398 def stack_name @stack_name end |