Class: Aws::CloudFront::Types::ListDomainConflictsResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domain_conflictsArray<Types::DomainConflict>

Contains details about the domain conflicts.

Returns:



9164
9165
9166
9167
9168
9169
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9164

class ListDomainConflictsResult < Struct.new(
  :domain_conflicts,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end

#next_markerString

A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.

Returns:

  • (String)


9164
9165
9166
9167
9168
9169
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9164

class ListDomainConflictsResult < Struct.new(
  :domain_conflicts,
  :next_marker)
  SENSITIVE = []
  include Aws::Structure
end