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.



14839
14840
14841
14842
14843
14844
# File 'lib/aws-sdk-cloudfront/types.rb', line 14839

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

#etagString

The current version of the distribution tenant.

Returns:

  • (String)


14839
14840
14841
14842
14843
14844
# File 'lib/aws-sdk-cloudfront/types.rb', line 14839

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