Class: Aws::Types::AwsCloudFrontDistributionOriginCustomOriginConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#http_port::Integer

Returns the value of attribute http_port.

Returns:

  • (::Integer)


933
934
935
# File 'sig/types.rbs', line 933

def http_port
  @http_port
end

#https_port::Integer

Returns the value of attribute https_port.

Returns:

  • (::Integer)


934
935
936
# File 'sig/types.rbs', line 934

def https_port
  @https_port
end

#origin_keepalive_timeout::Integer

Returns the value of attribute origin_keepalive_timeout.

Returns:

  • (::Integer)


935
936
937
# File 'sig/types.rbs', line 935

def origin_keepalive_timeout
  @origin_keepalive_timeout
end

#origin_protocol_policy::String

Returns the value of attribute origin_protocol_policy.

Returns:

  • (::String)


936
937
938
# File 'sig/types.rbs', line 936

def origin_protocol_policy
  @origin_protocol_policy
end

#origin_read_timeout::Integer

Returns the value of attribute origin_read_timeout.

Returns:

  • (::Integer)


937
938
939
# File 'sig/types.rbs', line 937

def origin_read_timeout
  @origin_read_timeout
end

#origin_ssl_protocolsTypes::AwsCloudFrontDistributionOriginSslProtocols

Returns the value of attribute origin_ssl_protocols.



938
939
940
# File 'sig/types.rbs', line 938

def origin_ssl_protocols
  @origin_ssl_protocols
end