Method: Aws::CloudFormation::Types::ResourceMapping#destination

Defined in:
lib/aws-sdk-cloudformation/types.rb

#destinationTypes::ResourceLocation

The destination stack StackName and LogicalResourceId for the resource being refactored.



7906
7907
7908
7909
7910
7911
# File 'lib/aws-sdk-cloudformation/types.rb', line 7906

class ResourceMapping < Struct.new(
  :source,
  :destination)
  SENSITIVE = []
  include Aws::Structure
end