Class: Aws::CloudFront::Types::GetDistributionTenantByDomainRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::GetDistributionTenantByDomainRequest
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain ⇒ String
A domain name associated with the target distribution tenant.
Instance Attribute Details
#domain ⇒ String
A domain name associated with the target distribution tenant.
7305 7306 7307 7308 7309 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7305 class GetDistributionTenantByDomainRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |