Class: Aws::CloudFront::Types::GetDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionTenantRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the distribution tenant.
Instance Attribute Details
#identifier ⇒ String
The identifier of the distribution tenant. You can specify the ARN, ID, or name of the distribution tenant.
6825 6826 6827 6828 6829 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6825 class GetDistributionTenantRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |