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.
6603 6604 6605 6606 6607 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6603 class GetDistributionTenantRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |