Class: Aws::Types::ResourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::ResourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_configuration ⇒ ::String
Returns the value of attribute resource_configuration.
-
#resource_configuration_schema_type ⇒ "CFN_RESOURCE_SCHEMA"
Returns the value of attribute resource_configuration_schema_type.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#resource_configuration ⇒ ::String
Returns the value of attribute resource_configuration.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def resource_configuration @resource_configuration end |
#resource_configuration_schema_type ⇒ "CFN_RESOURCE_SCHEMA"
Returns the value of attribute resource_configuration_schema_type.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def resource_configuration_schema_type @resource_configuration_schema_type end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
2044 2045 2046 |
# File 'sig/types.rbs', line 2044 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
2045 2046 2047 |
# File 'sig/types.rbs', line 2045 def resource_type @resource_type end |