Class: Aws::Types::SignalResourceInput
- Inherits:
-
Object
- Object
- Aws::Types::SignalResourceInput
- 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.
-
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
-
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
Instance Attribute Details
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1608 1609 1610 |
# File 'sig/types.rbs', line 1608 def logical_resource_id @logical_resource_id end |
#stack_name ⇒ ::String
Returns the value of attribute stack_name.
1607 1608 1609 |
# File 'sig/types.rbs', line 1607 def stack_name @stack_name end |
#status ⇒ "SUCCESS", "FAILURE"
Returns the value of attribute status.
1610 1611 1612 |
# File 'sig/types.rbs', line 1610 def status @status end |
#unique_id ⇒ ::String
Returns the value of attribute unique_id.
1609 1610 1611 |
# File 'sig/types.rbs', line 1609 def unique_id @unique_id end |