Class: Aws::CloudFront::Types::ConflictingAlias

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

Overview

An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it's associated with. 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

Instance Attribute Details

#account_idString

The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1242

class ConflictingAlias < Struct.new(
  :alias,
  :distribution_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#aliasString

An alias (also called a CNAME).

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1242

class ConflictingAlias < Struct.new(
  :alias,
  :distribution_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#distribution_idString

The (partially hidden) ID of the CloudFront distribution associated with the alias.

Returns:

  • (String)


1242
1243
1244
1245
1246
1247
1248
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 1242

class ConflictingAlias < Struct.new(
  :alias,
  :distribution_id,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end