Class: Aws::CloudFront::Types::StagingDistributionDnsNames
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::StagingDistributionDnsNames
- Includes:
- Structure
- Defined in:
- 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.
10416 10417 10418 10419 10420 10421 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10416 class StagingDistributionDnsNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of CloudFront domain names in your staging distribution.
10416 10417 10418 10419 10420 10421 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 10416 class StagingDistributionDnsNames < Struct.new( :quantity, :items) SENSITIVE = [] include Aws::Structure end |