Class: Aws::RTBFabric::Types::UpdateResponderGatewayResponse

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_routing_policyString

The client routing policy of the gateway. If the operation changed this policy, the gateway uses the new policy after its status returns to ACTIVE. For more information, see Configuring Availability Zone affinity in the Amazon Web Services RTB Fabric User Guide.

Returns:

  • (String)


3207
3208
3209
3210
3211
3212
3213
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3207

class UpdateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_idString

The unique identifier of the gateway.

Returns:

  • (String)


3207
3208
3209
3210
3211
3212
3213
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3207

class UpdateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the request.

Returns:

  • (String)


3207
3208
3209
3210
3211
3212
3213
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 3207

class UpdateResponderGatewayResponse < Struct.new(
  :gateway_id,
  :status,
  :client_routing_policy)
  SENSITIVE = []
  include Aws::Structure
end