Class: Aws::CloudFront::Types::ConflictingAliasesList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ConflictingAliasesList
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
A list of aliases (also called CNAMEs) and the CloudFront standard distributions and Amazon Web Services accounts that they are associated with. In the list, the standard distribution and account IDs are partially hidden, which allows you to identify the standard distributions and accounts that you own, but helps to protect the information of ones that you don't own.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::ConflictingAlias>
Contains the conflicting aliases in the list.
-
#max_items ⇒ Integer
The maximum number of conflicting aliases requested.
-
#next_marker ⇒ String
If there are more items in the list than are in this response, this element is present.
-
#quantity ⇒ Integer
The number of conflicting aliases returned in the response.
Instance Attribute Details
#items ⇒ Array<Types::ConflictingAlias>
Contains the conflicting aliases in the list.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1611 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of conflicting aliases requested.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1611 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#next_marker ⇒ String
If there are more items in the list than are in this response, this
element is present. It contains the value that you should use in the
Marker
field of a subsequent request to continue listing
conflicting aliases where you left off.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1611 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |
#quantity ⇒ Integer
The number of conflicting aliases returned in the response.
1611 1612 1613 1614 1615 1616 1617 1618 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1611 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |