Class: Aws::Types::ScannedResource
- Inherits:
-
Object
- Object
- Aws::Types::ScannedResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#managed_by_stack ⇒ Boolean
Returns the value of attribute managed_by_stack.
-
#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
#managed_by_stack ⇒ Boolean
Returns the value of attribute managed_by_stack.
1564 1565 1566 |
# File 'sig/types.rbs', line 1564 def managed_by_stack @managed_by_stack end |
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
1563 1564 1565 |
# File 'sig/types.rbs', line 1563 def resource_identifier @resource_identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1562 1563 1564 |
# File 'sig/types.rbs', line 1562 def resource_type @resource_type end |