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>)


5000
5001
5002
5003
5004
# File 'lib/aws-sdk-backup/types.rb', line 5000

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