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.
707 708 709 |
# File 'sig/types.rbs', line 707 def content_type @content_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
709 710 711 |
# File 'sig/types.rbs', line 709 def display_name @display_name end |
#resource_type ⇒ "MANUFACTURER_SUPPORT", "MANUFACTURER_INSTRUCTIONS"
Returns the value of attribute resource_type.
706 707 708 |
# File 'sig/types.rbs', line 706 def resource_type @resource_type end |
#value ⇒ ::String
Returns the value of attribute value.
708 709 710 |
# File 'sig/types.rbs', line 708 def value @value end |