Class: Aws::CloudFront::Types::GetDistributionTenantResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#distribution_tenantTypes::DistributionTenant

The distribution tenant that you retrieved.



6619
6620
6621
6622
6623
6624
# File 'lib/aws-sdk-cloudfront/types.rb', line 6619

class GetDistributionTenantResult < Struct.new(
  :distribution_tenant,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end

#etagString

The current version of the distribution tenant.

Returns:

  • (String)


6619
6620
6621
6622
6623
6624
# File 'lib/aws-sdk-cloudfront/types.rb', line 6619

class GetDistributionTenantResult < Struct.new(
  :distribution_tenant,
  :etag)
  SENSITIVE = []
  include Aws::Structure
end