class Aws::StorageGateway::Types::UpdateGatewayInformationInput

@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",
      gateway_capacity: "Small", # accepts Small, Medium, Large
    }

@!attribute [rw] gateway_arn

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

@!attribute [rw] gateway_name

The name you configured for your gateway.
@return [String]

@!attribute [rw] gateway_timezone

A value that indicates the time zone of the gateway.
@return [String]

@!attribute [rw] cloud_watch_log_group_arn

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]

[1]: https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/WhatIsCloudWatchLogs.html
@return [String]

@!attribute [rw] gateway_capacity

Specifies the size of the gateway's metadata cache.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/storagegateway-2013-06-30/UpdateGatewayInformationInput AWS API Documentation

Constants

SENSITIVE