Class: Aws::BackupGateway::Types::UpdateHypervisorOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::UpdateHypervisorOutput
- 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 you updated.
Instance Attribute Details
#hypervisor_arn ⇒ String
The Amazon Resource Name (ARN) of the hypervisor you updated.
1266 1267 1268 1269 1270 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 1266 class UpdateHypervisorOutput < Struct.new( :hypervisor_arn) SENSITIVE = [] include Aws::Structure end |