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 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.
1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1265 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.
1265 1266 1267 1268 1269 1270 1271 1272 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1265 class ConflictingAliasesList < Struct.new( :next_marker, :max_items, :quantity, :items) SENSITIVE = [] include Aws::Structure end |