Class: Aws::StorageGateway::Types::UpdateGatewayInformationOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::UpdateGatewayInformationOutput
- Includes:
- Aws::Structure
- Defined in:
- 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.
6876 6877 6878 6879 6880 6881 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6876 class UpdateGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_name) SENSITIVE = [] include Aws::Structure end |
#gateway_name ⇒ String
The name you configured for your gateway.
6876 6877 6878 6879 6880 6881 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 6876 class UpdateGatewayInformationOutput < Struct.new( :gateway_arn, :gateway_name) SENSITIVE = [] include Aws::Structure end |