Class: Aws::RTBFabric::Types::UpdateRequesterGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateRequesterGatewayRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique client token.
-
#description ⇒ String
An optional description for the requester gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
Instance Attribute Details
#client_token ⇒ String
The unique client token.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
2881 2882 2883 2884 2885 2886 2887 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2881 class UpdateRequesterGatewayRequest < Struct.new( :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description for the requester gateway.
2881 2882 2883 2884 2885 2886 2887 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2881 class UpdateRequesterGatewayRequest < Struct.new( :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
2881 2882 2883 2884 2885 2886 2887 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2881 class UpdateRequesterGatewayRequest < Struct.new( :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |