Class: Aws::Types::AdditionalResources
- Inherits:
-
Object
- Object
- Aws::Types::AdditionalResources
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ ::Array[Types::ChoiceContent]
Returns the value of attribute content.
-
#type ⇒ "HELPFUL_RESOURCE", "IMPROVEMENT_PLAN"
Returns the value of attribute type.
Instance Attribute Details
#content ⇒ ::Array[Types::ChoiceContent]
Returns the value of attribute content.
36 37 38 |
# File 'sig/types.rbs', line 36 def content @content end |
#type ⇒ "HELPFUL_RESOURCE", "IMPROVEMENT_PLAN"
Returns the value of attribute type.
35 36 37 |
# File 'sig/types.rbs', line 35 def type @type end |