Class: Aws::CloudFront::Types::DomainConflict

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

Overview

Contains information about the domain conflict. Use this information to determine the affected domain, the related resource, and the affected Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The ID of the Amazon Web Services account for the domain conflict.

Returns:

  • (String)


5449
5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5449

class DomainConflict < Struct.new(
  :domain,
  :resource_type,
  :resource_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#domainString

The domain used to find existing conflicts for domain configurations.

Returns:

  • (String)


5449
5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5449

class DomainConflict < Struct.new(
  :domain,
  :resource_type,
  :resource_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that has a domain conflict.

Returns:

  • (String)


5449
5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5449

class DomainConflict < Struct.new(
  :domain,
  :resource_type,
  :resource_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The CloudFront resource type that has a domain conflict.

Returns:

  • (String)


5449
5450
5451
5452
5453
5454
5455
5456
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5449

class DomainConflict < Struct.new(
  :domain,
  :resource_type,
  :resource_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end