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)


5434
5435
5436
5437
5438
5439
5440
5441
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5434

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)


5434
5435
5436
5437
5438
5439
5440
5441
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5434

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)


5434
5435
5436
5437
5438
5439
5440
5441
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5434

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)


5434
5435
5436
5437
5438
5439
5440
5441
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5434

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