Class: Aws::Types::ResourceMapping
- Inherits:
-
Object
- Object
- Aws::Types::ResourceMapping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#app_registry_app_name ⇒ ::String
Returns the value of attribute app_registry_app_name.
-
#eks_source_name ⇒ ::String
Returns the value of attribute eks_source_name.
-
#logical_stack_name ⇒ ::String
Returns the value of attribute logical_stack_name.
-
#mapping_type ⇒ "CfnStack", ...
Returns the value of attribute mapping_type.
-
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
-
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
-
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
-
#terraform_source_name ⇒ ::String
Returns the value of attribute terraform_source_name.
Instance Attribute Details
#app_registry_app_name ⇒ ::String
Returns the value of attribute app_registry_app_name.
1223 1224 1225 |
# File 'sig/types.rbs', line 1223 def app_registry_app_name @app_registry_app_name end |
#eks_source_name ⇒ ::String
Returns the value of attribute eks_source_name.
1224 1225 1226 |
# File 'sig/types.rbs', line 1224 def eks_source_name @eks_source_name end |
#logical_stack_name ⇒ ::String
Returns the value of attribute logical_stack_name.
1225 1226 1227 |
# File 'sig/types.rbs', line 1225 def logical_stack_name @logical_stack_name end |
#mapping_type ⇒ "CfnStack", ...
Returns the value of attribute mapping_type.
1226 1227 1228 |
# File 'sig/types.rbs', line 1226 def mapping_type @mapping_type end |
#physical_resource_id ⇒ Types::PhysicalResourceId
Returns the value of attribute physical_resource_id.
1227 1228 1229 |
# File 'sig/types.rbs', line 1227 def physical_resource_id @physical_resource_id end |
#resource_group_name ⇒ ::String
Returns the value of attribute resource_group_name.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def resource_group_name @resource_group_name end |
#resource_name ⇒ ::String
Returns the value of attribute resource_name.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def resource_name @resource_name end |
#terraform_source_name ⇒ ::String
Returns the value of attribute terraform_source_name.
1230 1231 1232 |
# File 'sig/types.rbs', line 1230 def terraform_source_name @terraform_source_name end |