Class: Aws::Types::AwsCloudFrontDistributionDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsCloudFrontDistributionDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_behaviors ⇒ Types::AwsCloudFrontDistributionCacheBehaviors
Returns the value of attribute cache_behaviors.
-
#default_cache_behavior ⇒ Types::AwsCloudFrontDistributionDefaultCacheBehavior
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.
-
#etag ⇒ ::String
Returns the value of attribute etag.
-
#last_modified_time ⇒ ::String
Returns the value of attribute last_modified_time.
-
#logging ⇒ Types::AwsCloudFrontDistributionLogging
Returns the value of attribute logging.
-
#origin_groups ⇒ Types::AwsCloudFrontDistributionOriginGroups
Returns the value of attribute origin_groups.
-
#origins ⇒ Types::AwsCloudFrontDistributionOrigins
Returns the value of attribute origins.
-
#status ⇒ ::String
Returns the value of attribute status.
-
#viewer_certificate ⇒ Types::AwsCloudFrontDistributionViewerCertificate
Returns the value of attribute viewer_certificate.
-
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
Instance Attribute Details
#cache_behaviors ⇒ Types::AwsCloudFrontDistributionCacheBehaviors
Returns the value of attribute cache_behaviors.
909 910 911 |
# File 'sig/types.rbs', line 909 def cache_behaviors @cache_behaviors end |
#default_cache_behavior ⇒ Types::AwsCloudFrontDistributionDefaultCacheBehavior
Returns the value of attribute default_cache_behavior.
910 911 912 |
# File 'sig/types.rbs', line 910 def default_cache_behavior @default_cache_behavior end |
#default_root_object ⇒ ::String
Returns the value of attribute default_root_object.
911 912 913 |
# File 'sig/types.rbs', line 911 def default_root_object @default_root_object end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
912 913 914 |
# File 'sig/types.rbs', line 912 def domain_name @domain_name end |
#etag ⇒ ::String
Returns the value of attribute etag.
913 914 915 |
# File 'sig/types.rbs', line 913 def etag @etag end |
#last_modified_time ⇒ ::String
Returns the value of attribute last_modified_time.
914 915 916 |
# File 'sig/types.rbs', line 914 def last_modified_time @last_modified_time end |
#logging ⇒ Types::AwsCloudFrontDistributionLogging
Returns the value of attribute logging.
915 916 917 |
# File 'sig/types.rbs', line 915 def logging @logging end |
#origin_groups ⇒ Types::AwsCloudFrontDistributionOriginGroups
Returns the value of attribute origin_groups.
917 918 919 |
# File 'sig/types.rbs', line 917 def origin_groups @origin_groups end |
#origins ⇒ Types::AwsCloudFrontDistributionOrigins
Returns the value of attribute origins.
916 917 918 |
# File 'sig/types.rbs', line 916 def origins @origins end |
#status ⇒ ::String
Returns the value of attribute status.
919 920 921 |
# File 'sig/types.rbs', line 919 def status @status end |
#viewer_certificate ⇒ Types::AwsCloudFrontDistributionViewerCertificate
Returns the value of attribute viewer_certificate.
918 919 920 |
# File 'sig/types.rbs', line 918 def viewer_certificate @viewer_certificate end |
#web_acl_id ⇒ ::String
Returns the value of attribute web_acl_id.
920 921 922 |
# File 'sig/types.rbs', line 920 def web_acl_id @web_acl_id end |