Class: Aws::Types::ResourceToImport
- Inherits:
-
Object
- Object
- Aws::Types::ResourceToImport
- 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.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def logical_resource_id @logical_resource_id end |
#resource_identifier ⇒ ::Hash[::String, ::String]
Returns the value of attribute resource_identifier.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def resource_identifier @resource_identifier end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def resource_type @resource_type end |