class Aws::BackupGateway::Types::CreateGatewayInput
@note When making an API call, you may pass CreateGatewayInput
data as a hash: { activation_key: "ActivationKey", # required gateway_display_name: "Name", # required gateway_type: "BACKUP_VM", # required, accepts BACKUP_VM tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }
@!attribute [rw] activation_key
The activation key of the created gateway. @return [String]
@!attribute [rw] gateway_display_name
The display name of the created gateway. @return [String]
@!attribute [rw] gateway_type
The type of created gateway. @return [String]
@!attribute [rw] tags
A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair. @return [Array<Types::Tag>]
@see docs.aws.amazon.com/goto/WebAPI/backup-gateway-2021-01-01/CreateGatewayInput AWS API Documentation
Constants
- SENSITIVE