Class: Aws::StorageGateway::Types::UpdateGatewayInformationOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-storagegateway/types.rb

Overview

A JSON object containing the Amazon Resource Name (ARN) of the gateway that was updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gateway_arnString

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.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
# File 'lib/aws-sdk-storagegateway/types.rb', line 6607

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

#gateway_nameString

The name you configured for your gateway.

Returns:

  • (String)


6607
6608
6609
6610
6611
6612
# File 'lib/aws-sdk-storagegateway/types.rb', line 6607

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