Class: Aws::CloudFront::Types::GetDistributionTenantRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionTenantRequest
- Includes:
- Structure
- Defined in:
- 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.
7329 7330 7331 7332 7333 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7329 class GetDistributionTenantRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |