Class: Aws::Types::UpdateDistributionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_behavior_settingsTypes::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.

Returns:



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.

Returns:

  • (::String)


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_behaviorTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


3127
3128
3129
# File 'sig/types.rbs', line 3127

def distribution_name
  @distribution_name
end

#enable_private_origin_accessBoolean

Returns the value of attribute enable_private_origin_access.

Returns:

  • (Boolean)


3136
3137
3138
# File 'sig/types.rbs', line 3136

def enable_private_origin_access
  @enable_private_origin_access
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


3132
3133
3134
# File 'sig/types.rbs', line 3132

def is_enabled
  @is_enabled
end

#originTypes::InputOrigin

Returns the value of attribute origin.

Returns:



3128
3129
3130
# File 'sig/types.rbs', line 3128

def origin
  @origin
end

#use_default_certificateBoolean

Returns the value of attribute use_default_certificate.

Returns:

  • (Boolean)


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.

Returns:

  • ("TLSv1.1_2016", "TLSv1.2_2018", "TLSv1.2_2019", "TLSv1.2_2021")


3133
3134
3135
# File 'sig/types.rbs', line 3133

def viewer_minimum_tls_protocol_version
  @viewer_minimum_tls_protocol_version
end