Class: Aws::Types::ResourceIdentifierSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceIdentifierSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logical_resource_ids ⇒ ::Array[::String]
Returns the value of attribute logical_resource_ids.
-
#resource_identifiers ⇒ ::Array[::String]
Returns the value of attribute resource_identifiers.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#logical_resource_ids ⇒ ::Array[::String]
Returns the value of attribute logical_resource_ids.
1471 1472 1473 |
# File 'sig/types.rbs', line 1471 def logical_resource_ids @logical_resource_ids end |
#resource_identifiers ⇒ ::Array[::String]
Returns the value of attribute resource_identifiers.
1472 1473 1474 |
# File 'sig/types.rbs', line 1472 def resource_identifiers @resource_identifiers end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1470 1471 1472 |
# File 'sig/types.rbs', line 1470 def resource_type @resource_type end |