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

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

Overview

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?

Returns:

  • (String)


6809
6810
6811
6812
6813
6814
6815
6816
6817
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6809

class UpdateGatewayInformationInput < Struct.new(
  :gateway_arn,
  :gateway_name,
  :gateway_timezone,
  :cloud_watch_log_group_arn,
  :gateway_capacity)
  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 Amazon Web Services Region.

Returns:

  • (String)


6809
6810
6811
6812
6813
6814
6815
6816
6817
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6809

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

#gateway_capacityString

Specifies the size of the gateway's metadata cache. This setting impacts gateway performance and hardware recommendations. For more information, see Performance guidance for gateways with multiple file shares in the Amazon S3 File Gateway User Guide.

Returns:

  • (String)


6809
6810
6811
6812
6813
6814
6815
6816
6817
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6809

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

#gateway_nameString

The name you configured for your gateway.

Returns:

  • (String)


6809
6810
6811
6812
6813
6814
6815
6816
6817
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6809

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

#gateway_timezoneString

A value that indicates the time zone of the gateway.

Returns:

  • (String)


6809
6810
6811
6812
6813
6814
6815
6816
6817
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6809

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