Class: Aws::BackupGateway::Types::GetVirtualMachineInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::GetVirtualMachineInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual machine.
Instance Attribute Details
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the virtual machine.
477 478 479 480 481 |
# File 'lib/aws-sdk-backupgateway/types.rb', line 477 class GetVirtualMachineInput < Struct.new( :resource_arn) SENSITIVE = [] include Aws::Structure end |