Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
5334 5335 5336 |
# File 'sig/types.rbs', line 5334 def name @name end |
#provider ⇒ ::String
Returns the value of attribute provider.
5333 5334 5335 |
# File 'sig/types.rbs', line 5333 def provider @provider end |
#type ⇒ ::String
Returns the value of attribute type.
5336 5337 5338 |
# File 'sig/types.rbs', line 5336 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
5335 5336 5337 |
# File 'sig/types.rbs', line 5335 def value @value end |