Class: Aws::Types::DistributionSummary
- Inherits:
-
Object
- Object
- Aws::Types::DistributionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#alias_icp_recordals ⇒ ::Array[Types::AliasICPRecordal]
Returns the value of attribute alias_icp_recordals.
-
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
-
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#cache_behaviors ⇒ Types::CacheBehaviors
Returns the value of attribute cache_behaviors.
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#connection_function_association ⇒ Types::ConnectionFunctionAssociation
Returns the value of attribute connection_function_association.
-
#connection_mode ⇒ "direct", "tenant-only"
Returns the value of attribute connection_mode.
-
#custom_error_responses ⇒ Types::CustomErrorResponses
Returns the value of attribute custom_error_responses.
-
#default_cache_behavior ⇒ Types::DefaultCacheBehavior
Returns the value of attribute default_cache_behavior.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#http_version ⇒ "http1.1", ...
Returns the value of attribute http_version.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#is_ipv6_enabled ⇒ Boolean
Returns the value of attribute is_ipv6_enabled.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#origin_groups ⇒ Types::OriginGroups
Returns the value of attribute origin_groups.
-
#origins ⇒ Types::Origins
Returns the value of attribute origins.
-
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
-
#restrictions ⇒ Types::Restrictions
Returns the value of attribute restrictions.
-
#staging ⇒ Boolean
Returns the value of attribute staging.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#viewer_certificate ⇒ Types::ViewerCertificate
Returns the value of attribute viewer_certificate.
-
#viewer_mtls_config ⇒ Types::ViewerMtlsConfig
Returns the value of attribute viewer_mtls_config.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#alias_icp_recordals ⇒ ::Array[Types::AliasICPRecordal]
Returns the value of attribute alias_icp_recordals.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def alias_icp_recordals @alias_icp_recordals end |
#aliases ⇒ Types::Aliases
Returns the value of attribute aliases.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def aliases @aliases end |
#anycast_ip_list_id ⇒ ::String
Returns the value of attribute anycast_ip_list_id.
1209 1210 1211 |
# File 'sig/types.rbs', line 1209 def anycast_ip_list_id @anycast_ip_list_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
1187 1188 1189 |
# File 'sig/types.rbs', line 1187 def arn @arn end |
#cache_behaviors ⇒ Types::CacheBehaviors
Returns the value of attribute cache_behaviors.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def cache_behaviors @cache_behaviors end |
#comment ⇒ ::String
Returns the value of attribute comment.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def comment @comment end |
#connection_function_association ⇒ Types::ConnectionFunctionAssociation
Returns the value of attribute connection_function_association.
1211 1212 1213 |
# File 'sig/types.rbs', line 1211 def connection_function_association @connection_function_association end |
#connection_mode ⇒ "direct", "tenant-only"
Returns the value of attribute connection_mode.
1208 1209 1210 |
# File 'sig/types.rbs', line 1208 def connection_mode @connection_mode end |
#custom_error_responses ⇒ Types::CustomErrorResponses
Returns the value of attribute custom_error_responses.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def custom_error_responses @custom_error_responses end |
#default_cache_behavior ⇒ Types::DefaultCacheBehavior
Returns the value of attribute default_cache_behavior.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def default_cache_behavior @default_cache_behavior end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1191 1192 1193 |
# File 'sig/types.rbs', line 1191 def domain_name @domain_name end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def enabled @enabled end |
#etag ⇒ ::String
Returns the value of attribute etag.
1188 1189 1190 |
# File 'sig/types.rbs', line 1188 def etag @etag end |
#http_version ⇒ "http1.1", ...
Returns the value of attribute http_version.
1204 1205 1206 |
# File 'sig/types.rbs', line 1204 def http_version @http_version end |
#id ⇒ ::String
Returns the value of attribute id.
1186 1187 1188 |
# File 'sig/types.rbs', line 1186 def id @id end |
#is_ipv6_enabled ⇒ Boolean
Returns the value of attribute is_ipv6_enabled.
1205 1206 1207 |
# File 'sig/types.rbs', line 1205 def is_ipv6_enabled @is_ipv6_enabled end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
1190 1191 1192 |
# File 'sig/types.rbs', line 1190 def last_modified_time @last_modified_time end |
#origin_groups ⇒ Types::OriginGroups
Returns the value of attribute origin_groups.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def origin_groups @origin_groups end |
#origins ⇒ Types::Origins
Returns the value of attribute origins.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def origins @origins end |
#price_class ⇒ "PriceClass_100", ...
Returns the value of attribute price_class.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def price_class @price_class end |
#restrictions ⇒ Types::Restrictions
Returns the value of attribute restrictions.
1202 1203 1204 |
# File 'sig/types.rbs', line 1202 def restrictions @restrictions end |
#staging ⇒ Boolean
Returns the value of attribute staging.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def staging @staging end |
#status ⇒ ::String
Returns the value of attribute status.
1189 1190 1191 |
# File 'sig/types.rbs', line 1189 def status @status end |
#viewer_certificate ⇒ Types::ViewerCertificate
Returns the value of attribute viewer_certificate.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def viewer_certificate @viewer_certificate end |
#viewer_mtls_config ⇒ Types::ViewerMtlsConfig
Returns the value of attribute viewer_mtls_config.
1210 1211 1212 |
# File 'sig/types.rbs', line 1210 def viewer_mtls_config @viewer_mtls_config end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
1203 1204 1205 |
# File 'sig/types.rbs', line 1203 def web_acl_id @web_acl_id end |