Class: Aws::BackupGateway::Types::UpdateGatewayInformationInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway to update.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1178

class UpdateGatewayInformationInput < Struct.new(
  :gateway_arn,
  :gateway_display_name)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_display_nameString

The updated display name of the gateway.

Returns:

  • (String)


1178
1179
1180
1181
1182
1183
# File 'gems/aws-sdk-backupgateway/lib/aws-sdk-backupgateway/types.rb', line 1178

class UpdateGatewayInformationInput < Struct.new(
  :gateway_arn,
  :gateway_display_name)
  SENSITIVE = []
  include Aws::Structure
end