Class: Aws::Types::Origin
- Inherits:
-
Object
- Object
- Aws::Types::Origin
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#connection_attempts ⇒ ::Integer
Returns the value of attribute connection_attempts.
-
#connection_timeout ⇒ ::Integer
Returns the value of attribute connection_timeout.
-
#custom_headers ⇒ Types::CustomHeaders
Returns the value of attribute custom_headers.
-
#custom_origin_config ⇒ Types::CustomOriginConfig
Returns the value of attribute custom_origin_config.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#origin_access_control_id ⇒ ::String
Returns the value of attribute origin_access_control_id.
-
#origin_path ⇒ ::String
Returns the value of attribute origin_path.
-
#origin_shield ⇒ Types::OriginShield
Returns the value of attribute origin_shield.
-
#response_completion_timeout ⇒ ::Integer
Returns the value of attribute response_completion_timeout.
-
#s3_origin_config ⇒ Types::S3OriginConfig
Returns the value of attribute s3_origin_config.
-
#vpc_origin_config ⇒ Types::VpcOriginConfig
Returns the value of attribute vpc_origin_config.
Instance Attribute Details
#connection_attempts ⇒ ::Integer
Returns the value of attribute connection_attempts.
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.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def connection_timeout @connection_timeout end |
#custom_headers ⇒ Types::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_config ⇒ Types::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.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def domain_name @domain_name end |
#id ⇒ ::String
Returns the value of attribute id.
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.
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.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def origin_path @origin_path end |
#origin_shield ⇒ Types::OriginShield
Returns the value of attribute origin_shield.
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.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def response_completion_timeout @response_completion_timeout end |
#s3_origin_config ⇒ Types::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_config ⇒ Types::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 |