Class: Aws::Types::AwsCloudFrontDistributionDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def domain_name
  @domain_name
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


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.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def last_modified_time
  @last_modified_time
end

#loggingTypes::AwsCloudFrontDistributionLogging

Returns the value of attribute logging.



915
916
917
# File 'sig/types.rbs', line 915

def logging
  @logging
end

#origin_groupsTypes::AwsCloudFrontDistributionOriginGroups

Returns the value of attribute origin_groups.



917
918
919
# File 'sig/types.rbs', line 917

def origin_groups
  @origin_groups
end

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

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def status
  @status
end

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

Returns:

  • (::String)


920
921
922
# File 'sig/types.rbs', line 920

def web_acl_id
  @web_acl_id
end