Class: Aws::RTBFabric::Types::UpdateResponderGatewayRequest

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)


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

#descriptionString

An optional description for the responder gateway.

Returns:

  • (String)


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_nameString

The domain name for the responder gateway.

Returns:

  • (String)


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_idString

The unique identifier of the gateway.

Returns:

  • (String)


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_configurationTypes::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

#portInteger

The networking port to use.

Returns:

  • (Integer)


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

#protocolString

The networking protocol to use.

Returns:

  • (String)


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_configurationTypes::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