Class: Aws::Types::ResourceTargetDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ResourceTargetDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "PROPERTIES", ...
Returns the value of attribute attribute.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#requires_recreation ⇒ "NEVER", ...
Returns the value of attribute requires_recreation.
Instance Attribute Details
#attribute ⇒ "PROPERTIES", ...
Returns the value of attribute attribute.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def attribute @attribute end |
#name ⇒ ::String
Returns the value of attribute name.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def name @name end |
#requires_recreation ⇒ "NEVER", ...
Returns the value of attribute requires_recreation.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def requires_recreation @requires_recreation end |