Class: Aws::Types::LightsailDistribution
- Inherits:
-
Object
- Object
- Aws::Types::LightsailDistribution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#able_to_update_bundle ⇒ Boolean
Returns the value of attribute able_to_update_bundle.
-
#alternative_domain_names ⇒ ::Array[::String]
Returns the value of attribute alternative_domain_names.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
-
#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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#origin ⇒ Types::Origin
Returns the value of attribute origin.
-
#origin_public_dns ⇒ ::String
Returns the value of attribute origin_public_dns.
-
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#support_code ⇒ ::String
Returns the value of attribute support_code.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#viewer_minimum_tls_protocol_version ⇒ ::String
Returns the value of attribute viewer_minimum_tls_protocol_version.
Instance Attribute Details
#able_to_update_bundle ⇒ Boolean
Returns the value of attribute able_to_update_bundle.
2319 2320 2321 |
# File 'sig/types.rbs', line 2319 def able_to_update_bundle @able_to_update_bundle end |
#alternative_domain_names ⇒ ::Array[::String]
Returns the value of attribute alternative_domain_names.
2308 2309 2310 |
# File 'sig/types.rbs', line 2308 def alternative_domain_names @alternative_domain_names end |
#arn ⇒ ::String
Returns the value of attribute arn.
2303 2304 2305 |
# File 'sig/types.rbs', line 2303 def arn @arn end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
2312 2313 2314 |
# File 'sig/types.rbs', line 2312 def bundle_id @bundle_id end |
#cache_behavior_settings ⇒ Types::CacheSettings
Returns the value of attribute cache_behavior_settings.
2317 2318 2319 |
# File 'sig/types.rbs', line 2317 def cache_behavior_settings @cache_behavior_settings end |
#cache_behaviors ⇒ ::Array[Types::CacheBehaviorPerPath]
Returns the value of attribute cache_behaviors.
2318 2319 2320 |
# File 'sig/types.rbs', line 2318 def cache_behaviors @cache_behaviors end |
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
2313 2314 2315 |
# File 'sig/types.rbs', line 2313 def certificate_name @certificate_name end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2305 2306 2307 |
# File 'sig/types.rbs', line 2305 def created_at @created_at end |
#custom_error_responses ⇒ ::Array[Types::DistributionCustomErrorResponse]
Returns the value of attribute custom_error_responses.
2324 2325 2326 |
# File 'sig/types.rbs', line 2324 def custom_error_responses @custom_error_responses end |
#default_cache_behavior ⇒ Types::CacheBehavior
Returns the value of attribute default_cache_behavior.
2316 2317 2318 |
# File 'sig/types.rbs', line 2316 def default_cache_behavior @default_cache_behavior end |
#default_root_object ⇒ ::String
Returns the value of attribute default_root_object.
2323 2324 2325 |
# File 'sig/types.rbs', line 2323 def default_root_object @default_root_object end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
2311 2312 2313 |
# File 'sig/types.rbs', line 2311 def domain_name @domain_name end |
#ip_address_type ⇒ "dualstack", ...
Returns the value of attribute ip_address_type.
2320 2321 2322 |
# File 'sig/types.rbs', line 2320 def ip_address_type @ip_address_type end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
2310 2311 2312 |
# File 'sig/types.rbs', line 2310 def is_enabled @is_enabled end |
#location ⇒ Types::ResourceLocation
Returns the value of attribute location.
2306 2307 2308 |
# File 'sig/types.rbs', line 2306 def location @location end |
#name ⇒ ::String
Returns the value of attribute name.
2302 2303 2304 |
# File 'sig/types.rbs', line 2302 def name @name end |
#origin ⇒ Types::Origin
Returns the value of attribute origin.
2314 2315 2316 |
# File 'sig/types.rbs', line 2314 def origin @origin end |
#origin_public_dns ⇒ ::String
Returns the value of attribute origin_public_dns.
2315 2316 2317 |
# File 'sig/types.rbs', line 2315 def origin_public_dns @origin_public_dns end |
#resource_type ⇒ "ContainerService", ...
Returns the value of attribute resource_type.
2307 2308 2309 |
# File 'sig/types.rbs', line 2307 def resource_type @resource_type end |
#status ⇒ ::String
Returns the value of attribute status.
2309 2310 2311 |
# File 'sig/types.rbs', line 2309 def status @status end |
#support_code ⇒ ::String
Returns the value of attribute support_code.
2304 2305 2306 |
# File 'sig/types.rbs', line 2304 def support_code @support_code end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2321 2322 2323 |
# File 'sig/types.rbs', line 2321 def @tags end |
#viewer_minimum_tls_protocol_version ⇒ ::String
Returns the value of attribute viewer_minimum_tls_protocol_version.
2322 2323 2324 |
# File 'sig/types.rbs', line 2322 def viewer_minimum_tls_protocol_version @viewer_minimum_tls_protocol_version end |