Class: Aws::BackupGateway::Types::GetHypervisorInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::GetHypervisorInput
- Includes:
- Structure
- Defined in:
- 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.
418 419 420 421 422 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 418 class GetHypervisorInput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |