Class: Aws::Types::ResourceDefinition
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
-
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#logical_resource_id ⇒ ::String
Returns the value of attribute logical_resource_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def logical_resource_id @logical_resource_id end |
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def resource_identifier @resource_identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def resource_type @resource_type end |