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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#resource_data_container ⇒ Types::ResourceDataContainer
Returns the value of attribute resource_data_container.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1327 1328 1329 |
# File 'sig/types.rbs', line 1327 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1328 1329 1330 |
# File 'sig/types.rbs', line 1328 def name @name end |
#resource_data_container ⇒ Types::ResourceDataContainer
Returns the value of attribute resource_data_container.
1329 1330 1331 |
# File 'sig/types.rbs', line 1329 def resource_data_container @resource_data_container end |