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)


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

#descriptionString

An optional description for the responder gateway.

Returns:

  • (String)


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_nameString

The domain name for the responder gateway.

Returns:

  • (String)


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_idString

The unique identifier of the gateway.

Returns:

  • (String)


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

#portInteger

The networking port to use.

Returns:

  • (Integer)


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

#protocolString

The networking protocol to use.

Returns:

  • (String)


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