Class: Aws::Types::Origin

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_attempts::Integer

Returns the value of attribute connection_attempts.

Returns:

  • (::Integer)


2832
2833
2834
# File 'sig/types.rbs', line 2832

def connection_attempts
  @connection_attempts
end

#connection_timeout::Integer

Returns the value of attribute connection_timeout.

Returns:

  • (::Integer)


2833
2834
2835
# File 'sig/types.rbs', line 2833

def connection_timeout
  @connection_timeout
end

#custom_headersTypes::CustomHeaders

Returns the value of attribute custom_headers.



2828
2829
2830
# File 'sig/types.rbs', line 2828

def custom_headers
  @custom_headers
end

#custom_origin_configTypes::CustomOriginConfig

Returns the value of attribute custom_origin_config.



2830
2831
2832
# File 'sig/types.rbs', line 2830

def custom_origin_config
  @custom_origin_config
end

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2826
2827
2828
# File 'sig/types.rbs', line 2826

def domain_name
  @domain_name
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


2825
2826
2827
# File 'sig/types.rbs', line 2825

def id
  @id
end

#origin_access_control_id::String

Returns the value of attribute origin_access_control_id.

Returns:

  • (::String)


2836
2837
2838
# File 'sig/types.rbs', line 2836

def origin_access_control_id
  @origin_access_control_id
end

#origin_path::String

Returns the value of attribute origin_path.

Returns:

  • (::String)


2827
2828
2829
# File 'sig/types.rbs', line 2827

def origin_path
  @origin_path
end

#origin_shieldTypes::OriginShield

Returns the value of attribute origin_shield.

Returns:



2835
2836
2837
# File 'sig/types.rbs', line 2835

def origin_shield
  @origin_shield
end

#response_completion_timeout::Integer

Returns the value of attribute response_completion_timeout.

Returns:

  • (::Integer)


2834
2835
2836
# File 'sig/types.rbs', line 2834

def response_completion_timeout
  @response_completion_timeout
end

#s3_origin_configTypes::S3OriginConfig

Returns the value of attribute s3_origin_config.



2829
2830
2831
# File 'sig/types.rbs', line 2829

def s3_origin_config
  @s3_origin_config
end

#vpc_origin_configTypes::VpcOriginConfig

Returns the value of attribute vpc_origin_config.



2831
2832
2833
# File 'sig/types.rbs', line 2831

def vpc_origin_config
  @vpc_origin_config
end