Class: Aws::Types::DetectStackDriftInput
- Inherits:
-
Object
- Object
- Aws::Types::DetectStackDriftInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_ids ⇒ ::Array[::String]
Returns the value of attribute logical_resource_ids.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#logical_resource_ids ⇒ ::Array[::String]
Returns the value of attribute logical_resource_ids.
713 714 715 |
# File 'sig/types.rbs', line 713 def logical_resource_ids @logical_resource_ids end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
712 713 714 |
# File 'sig/types.rbs', line 712 def stack_name @stack_name end |