Class: Aws::BackupGateway::Types::AssociateGatewayToServerInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BackupGateway::Types::AssociateGatewayToServerInput
- Defined in:
- gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#server_arn ⇒ String
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
Instance Attribute Details
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway. Use the
ListGateways
operation to return a list of gateways for your
account and Amazon Web Services Region.
45 46 47 48 49 50 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 45 class AssociateGatewayToServerInput < Struct.new( :gateway_arn, :server_arn) SENSITIVE = [] include Aws::Structure end |
#server_arn ⇒ String
The Amazon Resource Name (ARN) of the server that hosts your virtual machines.
45 46 47 48 49 50 |
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 45 class AssociateGatewayToServerInput < Struct.new( :gateway_arn, :server_arn) SENSITIVE = [] include Aws::Structure end |