Class: Aws::RTBFabric::Types::UpdateRequesterGatewayRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

The unique client token.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2234

class UpdateRequesterGatewayRequest < Struct.new(
  :client_token,
  :gateway_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

An optional description for the requester gateway.

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2234

class UpdateRequesterGatewayRequest < Struct.new(
  :client_token,
  :gateway_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


2234
2235
2236
2237
2238
2239
2240
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2234

class UpdateRequesterGatewayRequest < Struct.new(
  :client_token,
  :gateway_id,
  :description)
  SENSITIVE = []
  include Aws::Structure
end