Class: Aws::Backup::Types::GetRestoreTestingInferredMetadataOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-backup/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inferred_metadataHash<String,String>

This is a string map of the metadata inferred from the request.

Returns:

  • (Hash<String,String>)


4071
4072
4073
4074
4075
# File 'lib/aws-sdk-backup/types.rb', line 4071

class GetRestoreTestingInferredMetadataOutput < Struct.new(
  :inferred_metadata)
  SENSITIVE = []
  include Aws::Structure
end