Class: Aws::RTBFabric::Types::UpdateResponderGatewayRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::UpdateResponderGatewayRequest
- Defined in:
- gems/aws-sdk-rtbfabric/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 responder gateway.
-
#domain_name ⇒ String
The domain name for the responder gateway.
-
#gateway_id ⇒ String
The unique identifier of the gateway.
-
#managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
The configuration for the managed endpoint.
-
#port ⇒ Integer
The networking port to use.
-
#protocol ⇒ String
The networking protocol to use.
-
#trust_store_configuration ⇒ Types::TrustStoreConfiguration
The configuration of the trust store.
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.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
An optional description for the responder gateway.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#domain_name ⇒ String
The domain name for the responder gateway.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#gateway_id ⇒ String
The unique identifier of the gateway.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#managed_endpoint_configuration ⇒ Types::ManagedEndpointConfiguration
The configuration for the managed endpoint.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#port ⇒ Integer
The networking port to use.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#protocol ⇒ String
The networking protocol to use.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |
#trust_store_configuration ⇒ Types::TrustStoreConfiguration
The configuration of the trust store.
2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2055 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |