Class: Aws::Types::Resource
- Inherits:
-
Object
- Object
- Aws::Types::Resource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#details ⇒ Types::ResourceDetails
Returns the value of attribute details.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def details @details end |
#id ⇒ ::String
Returns the value of attribute id.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def id @id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1178 1179 1180 |
# File 'sig/types.rbs', line 1178 def @tags end |
#type ⇒ ::String
Returns the value of attribute type.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def type @type end |