Class: Aws::Types::DetectStackResourceDriftInput
- Inherits:
-
Object
- Object
- Aws::Types::DetectStackResourceDriftInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
Instance Attribute Details
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
724 725 726 |
# File 'sig/types.rbs', line 724 def logical_resource_id @logical_resource_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
723 724 725 |
# File 'sig/types.rbs', line 723 def stack_name @stack_name end |