Class: Aws::BackupGateway::Types::StartVirtualMachinesMetadataSyncOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::StartVirtualMachinesMetadataSyncOutput
- 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.
1027 1028 1029 1030 1031 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1027 class StartVirtualMachinesMetadataSyncOutput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |