Class: Aws::StorageGateway::Types::UpdateGatewayInformationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateGatewayInformationOutput
- Defined in:
- gems/aws-sdk-storagegateway/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
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
-
#gateway_name ⇒ String
The name you configured for your gateway.
Instance Attribute Details
#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.
6834 6835 6836 6837 6838 6839 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6834 class UpdateGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_name) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
The name you configured for your gateway.
6834 6835 6836 6837 6838 6839 |
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 6834 class UpdateGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_name) SENSITIVE = [] include Aws::Structure end |