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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 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.
2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 2080 class UpdateResponderGatewayRequest < Struct.new( :domain_name, :port, :protocol, :trust_store_configuration, :managed_endpoint_configuration, :client_token, :gateway_id, :description) SENSITIVE = [] include Aws::Structure end |