Class: Aws::BackupGateway::Types::PutHypervisorPropertyMappingsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::PutHypervisorPropertyMappingsOutput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
Instance Attribute Details
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor.
937 938 939 940 941 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 937 class PutHypervisorPropertyMappingsOutput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |