Class: Aws::RTBFabric::Types::UpdateResponderGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateResponderGatewayResponse
- Defined in:
- gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_routing_policy ⇒ String
The client routing policy of the gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#status ⇒ String
The status of the request.
Instance Attribute Details
#client_routing_policy ⇒ String
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.
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_id ⇒ String
The unique identifier of the gateway.
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 |
#status ⇒ String
The status of the request.
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 |