Class: Aws::CloudFront::Types::ConflictingAliasesList
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::ConflictingAliasesList
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
A list of aliases (also called CNAMEs) and the CloudFront distributions and Amazon Web Services accounts that they are associated with. In the list, the distribution and account IDs are partially hidden, which allows you to identify the 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.
1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1435 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.
1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1435 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.
1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1435 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.
1435 1436 1437 1438 1439 1440 1441 1442 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 1435 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |