Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "EMAIL", ...
Returns the value of attribute content_type.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#resource_type ⇒ "MANUFACTURER_SUPPORT", "MANUFACTURER_INSTRUCTIONS"
Returns the value of attribute resource_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#content_type ⇒ "EMAIL", ...
Returns the value of attribute content_type.
664 665 666 |
# File 'sig/types.rbs', line 664 def content_type @content_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
666 667 668 |
# File 'sig/types.rbs', line 666 def display_name @display_name end |
#resource_type ⇒ "MANUFACTURER_SUPPORT", "MANUFACTURER_INSTRUCTIONS"
Returns the value of attribute resource_type.
663 664 665 |
# File 'sig/types.rbs', line 663 def resource_type @resource_type end |
#value ⇒ ::String
Returns the value of attribute value.
665 666 667 |
# File 'sig/types.rbs', line 665 def value @value end |