Class: Aws::Backup::Types::GetRestoreTestingInferredMetadataOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::GetRestoreTestingInferredMetadataOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inferred_metadata ⇒ Hash<String,String>
This is a string map of the metadata inferred from the request.
Instance Attribute Details
#inferred_metadata ⇒ Hash<String,String>
This is a string map of the metadata inferred from the request.
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 |