Class: Aws::CloudFormation::Types::ResourceMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFormation::Types::ResourceMapping
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudformation/types.rb
Overview
Specifies the current source of the resource and the destination of where it will be moved to.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::ResourceLocation
The destination stack ‘StackName` and `LogicalResourceId` for the resource being refactored.
-
#source ⇒ Types::ResourceLocation
The source stack ‘StackName` and `LogicalResourceId` for the resource being refactored.
Instance Attribute Details
#destination ⇒ Types::ResourceLocation
The destination stack ‘StackName` and `LogicalResourceId` for the resource being refactored.
7372 7373 7374 7375 7376 7377 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7372 class ResourceMapping < Struct.new( :source, :destination) SENSITIVE = [] include Aws::Structure end |
#source ⇒ Types::ResourceLocation
The source stack ‘StackName` and `LogicalResourceId` for the resource being refactored.
7372 7373 7374 7375 7376 7377 |
# File 'lib/aws-sdk-cloudformation/types.rb', line 7372 class ResourceMapping < Struct.new( :source, :destination) SENSITIVE = [] include Aws::Structure end |