Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
782 783 784 |
# File 'sig/types.rbs', line 782 def id @id end |
#type ⇒ ::String
Returns the value of attribute type.
783 784 785 |
# File 'sig/types.rbs', line 783 def type @type end |