Class: Aws::Types::ScannedResourceIdentifier
- Inherits:
-
Object
- Object
- Aws::Types::ScannedResourceIdentifier
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def resource_identifier @resource_identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def resource_type @resource_type end |