Class: Aws::CloudFront::Types::GetDistributionTenantResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionTenantResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#distribution_tenant ⇒ Types::DistributionTenant
The distribution tenant that you retrieved.
-
#etag ⇒ String
The current version of the distribution tenant.
Instance Attribute Details
#distribution_tenant ⇒ Types::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 |
#etag ⇒ String
The current version of the distribution tenant.
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 |