Class: Aws::Types::DescribeStackResourcesInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeStackResourcesInput
- 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.
-
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_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.
612 613 614 |
# File 'sig/types.rbs', line 612 def logical_resource_id @logical_resource_id end |
#physical_resource_id ⇒ ::String
Returns the value of attribute physical_resource_id.
613 614 615 |
# File 'sig/types.rbs', line 613 def physical_resource_id @physical_resource_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
611 612 613 |
# File 'sig/types.rbs', line 611 def stack_name @stack_name end |