Class: Aws::Types::RemediationStep
- Inherits:
-
Object
- Object
- Aws::Types::RemediationStep
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::String
Returns the value of attribute content.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#content ⇒ ::String
Returns the value of attribute content.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def content @content end |
#title ⇒ ::String
Returns the value of attribute title.
1626 1627 1628 |
# File 'sig/types.rbs', line 1626 def title @title end |