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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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.



15060
15061
15062
15063
15064
15065
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15060

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

#etagString

The current version of the distribution tenant.

Returns:

  • (String)


15060
15061
15062
15063
15064
15065
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 15060

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