Class: Aws::StorageGateway::Types::UpdateGatewayInformationInput

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

Overview

Note:

When making an API call, you may pass UpdateGatewayInformationInput data as a hash:

{
  gateway_arn: "GatewayARN", # required
  gateway_name: "GatewayName",
  gateway_timezone: "GatewayTimezone",
  cloud_watch_log_group_arn: "CloudWatchLogGroupARN",
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arnString

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.

For more information, see [What is Amazon CloudWatch Logs?]

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html

Returns:

  • (String)


6597
6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-storagegateway/types.rb', line 6597

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

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)


6597
6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-storagegateway/types.rb', line 6597

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

#gateway_nameString

The name you configured for your gateway.

Returns:

  • (String)


6597
6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-storagegateway/types.rb', line 6597

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

#gateway_timezoneString

A value that indicates the time zone of the gateway.

Returns:

  • (String)


6597
6598
6599
6600
6601
6602
6603
6604
# File 'lib/aws-sdk-storagegateway/types.rb', line 6597

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