Class: Aws::CloudFront::Types::DomainConflict
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::DomainConflict
- 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
-
#account_id ⇒ String
The ID of the Amazon Web Services account for the domain conflict.
-
#domain ⇒ String
The domain used to find existing conflicts for domain configurations.
-
#resource_id ⇒ String
The ID of the resource that has a domain conflict.
-
#resource_type ⇒ String
The CloudFront resource type that has a domain conflict.
Instance Attribute Details
#account_id ⇒ String
The ID of the Amazon Web Services account for the domain conflict.
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 |
#domain ⇒ String
The domain used to find existing conflicts for domain configurations.
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_id ⇒ String
The ID of the resource that has a domain conflict.
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_type ⇒ String
The CloudFront resource type that has a domain conflict.
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 |