Class: Aws::Types::UpdateDistributionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDistributionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_behavior_settings ⇒ Types::CacheSettings
Returns the value of attribute cache_behavior_settings.
-
#cache_behaviors ⇒ ::Array[Types::CacheBehaviorPerPath]
Returns the value of attribute cache_behaviors.
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#custom_error_responses ⇒ ::Array[Types::DistributionCustomErrorResponse]
Returns the value of attribute custom_error_responses.
-
#default_cache_behavior ⇒ Types::CacheBehavior
Returns the value of attribute default_cache_behavior.
-
#default_root_object ⇒ ::String
Returns the value of attribute default_root_object.
-
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
-
#enable_private_origin_access ⇒ Boolean
Returns the value of attribute enable_private_origin_access.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#origin ⇒ Types::InputOrigin
Returns the value of attribute origin.
-
#use_default_certificate ⇒ Boolean
Returns the value of attribute use_default_certificate.
-
#viewer_minimum_tls_protocol_version ⇒ "TLSv1.1_2016", ...
Returns the value of attribute viewer_minimum_tls_protocol_version.
Instance Attribute Details
#cache_behavior_settings ⇒ Types::CacheSettings
Returns the value of attribute cache_behavior_settings.
3130 3131 3132 |
# File 'sig/types.rbs', line 3130 def cache_behavior_settings @cache_behavior_settings end |
#cache_behaviors ⇒ ::Array[Types::CacheBehaviorPerPath]
Returns the value of attribute cache_behaviors.
3131 3132 3133 |
# File 'sig/types.rbs', line 3131 def cache_behaviors @cache_behaviors end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
3134 3135 3136 |
# File 'sig/types.rbs', line 3134 def certificate_name @certificate_name end |
#custom_error_responses ⇒ ::Array[Types::DistributionCustomErrorResponse]
Returns the value of attribute custom_error_responses.
3138 3139 3140 |
# File 'sig/types.rbs', line 3138 def custom_error_responses @custom_error_responses end |
#default_cache_behavior ⇒ Types::CacheBehavior
Returns the value of attribute default_cache_behavior.
3129 3130 3131 |
# File 'sig/types.rbs', line 3129 def default_cache_behavior @default_cache_behavior end |
#default_root_object ⇒ ::String
Returns the value of attribute default_root_object.
3137 3138 3139 |
# File 'sig/types.rbs', line 3137 def default_root_object @default_root_object end |
#distribution_name ⇒ ::String
Returns the value of attribute distribution_name.
3127 3128 3129 |
# File 'sig/types.rbs', line 3127 def distribution_name @distribution_name end |
#enable_private_origin_access ⇒ Boolean
Returns the value of attribute enable_private_origin_access.
3136 3137 3138 |
# File 'sig/types.rbs', line 3136 def enable_private_origin_access @enable_private_origin_access end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
3132 3133 3134 |
# File 'sig/types.rbs', line 3132 def is_enabled @is_enabled end |
#origin ⇒ Types::InputOrigin
Returns the value of attribute origin.
3128 3129 3130 |
# File 'sig/types.rbs', line 3128 def origin @origin end |
#use_default_certificate ⇒ Boolean
Returns the value of attribute use_default_certificate.
3135 3136 3137 |
# File 'sig/types.rbs', line 3135 def use_default_certificate @use_default_certificate end |
#viewer_minimum_tls_protocol_version ⇒ "TLSv1.1_2016", ...
Returns the value of attribute viewer_minimum_tls_protocol_version.
3133 3134 3135 |
# File 'sig/types.rbs', line 3133 def viewer_minimum_tls_protocol_version @viewer_minimum_tls_protocol_version end |