Class: Aws::CloudFront::Types::DistributionResourceId

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

Overview

The IDs for the distribution resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_idString

The ID of the multi-tenant distribution.

Returns:

  • (String)


5028
5029
5030
5031
5032
5033
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5028

class DistributionResourceId < Struct.new(
  :distribution_id,
  :distribution_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end

#distribution_tenant_idString

The ID of the distribution tenant.

Returns:

  • (String)


5028
5029
5030
5031
5032
5033
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5028

class DistributionResourceId < Struct.new(
  :distribution_id,
  :distribution_tenant_id)
  SENSITIVE = []
  include Aws::Structure
end