Class: Aws::CloudFront::Types::StagingDistributionDnsNames

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

The CloudFront domain name of the staging distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<String>

The CloudFront domain name of the staging distribution.

Returns:

  • (Array<String>)


10768
10769
10770
10771
10772
10773
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10768

class StagingDistributionDnsNames < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end

#quantityInteger

The number of CloudFront domain names in your staging distribution.

Returns:

  • (Integer)


10768
10769
10770
10771
10772
10773
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10768

class StagingDistributionDnsNames < Struct.new(
  :quantity,
  :items)
  SENSITIVE = []
  include Aws::Structure
end