Class: Aws::StorageGateway::Types::UpdateGatewayInformationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateGatewayInformationInput
- Defined in:
- gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon CloudWatch log group that you want to use to monitor and log events in the gateway.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#gateway_capacity ⇒ String
Specifies the size of the gateway's metadata cache.
-
#gateway_name ⇒ String
The name you configured for your gateway.
-
#gateway_timezone ⇒ String
A value that indicates the time zone of the gateway.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ String
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?
6559 6560 6561 6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6559 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_name, :gateway_timezone, :cloud_watch_log_group_arn, :gateway_capacity) SENSITIVE = [] include Aws::Structure end |
#gateway_arn ⇒ String
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.
6559 6560 6561 6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6559 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_name, :gateway_timezone, :cloud_watch_log_group_arn, :gateway_capacity) SENSITIVE = [] include Aws::Structure end |
#gateway_capacity ⇒ String
Specifies the size of the gateway's metadata cache.
6559 6560 6561 6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6559 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_name, :gateway_timezone, :cloud_watch_log_group_arn, :gateway_capacity) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
The name you configured for your gateway.
6559 6560 6561 6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6559 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_name, :gateway_timezone, :cloud_watch_log_group_arn, :gateway_capacity) SENSITIVE = [] include Aws::Structure end |
#gateway_timezone ⇒ String
A value that indicates the time zone of the gateway.
6559 6560 6561 6562 6563 6564 6565 6566 6567 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6559 class UpdateGatewayInformationInput < Struct.new( :gateway_arn, :gateway_name, :gateway_timezone, :cloud_watch_log_group_arn, :gateway_capacity) SENSITIVE = [] include Aws::Structure end |