Class: Aws::Types::ResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ResourceIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#logical_resource_id ⇒ Types::LogicalResourceId
Returns the value of attribute logical_resource_id.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def logical_resource_id @logical_resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1218 1219 1220 |
# File 'sig/types.rbs', line 1218 def resource_type @resource_type end |