Class: Aws::CloudFront::Types::StagingDistributionDnsNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StagingDistributionDnsNames
- 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
-
#items ⇒ Array<String>
The CloudFront domain name of the staging distribution.
-
#quantity ⇒ Integer
The number of CloudFront domain names in your staging distribution.
Instance Attribute Details
#items ⇒ Array<String>
The CloudFront domain name of the staging distribution.
11335 11336 11337 11338 11339 11340 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11335 class StagingDistributionDnsNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of CloudFront domain names in your staging distribution.
11335 11336 11337 11338 11339 11340 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11335 class StagingDistributionDnsNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |