Class: Aws::ResilienceHub::Types::ListAppVersionResourceMappingsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Token for the next set of results, or null if there are no more results.

Returns:

  • (String)


3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3476

class ListAppVersionResourceMappingsResponse < Struct.new(
  :next_token,
  :resource_mappings)
  SENSITIVE = []
  include Aws::Structure
end

#resource_mappingsArray<Types::ResourceMapping>

Mappings used to map logical resources from the template to physical resources. You can use the mapping type CFN_STACK if the application template uses a logical stack name. Or you can map individual resources by using the mapping type RESOURCE. We recommend using the mapping type CFN_STACK if the application is backed by a CloudFormation stack.

Returns:



3476
3477
3478
3479
3480
3481
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 3476

class ListAppVersionResourceMappingsResponse < Struct.new(
  :next_token,
  :resource_mappings)
  SENSITIVE = []
  include Aws::Structure
end