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.
| 6832 6833 6834 6835 6836 | # File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 6832 class GetDistributionTenantRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |