Class: Aws::CloudFront::Types::UpdateDistributionTenantResult

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’re updating.



16329
16330
16331
16332
16333
16334
# File 'lib/aws-sdk-cloudfront/types.rb', line 16329

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

#etagString

The current version of the distribution tenant.

Returns:

  • (String)


16329
16330
16331
16332
16333
16334
# File 'lib/aws-sdk-cloudfront/types.rb', line 16329

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