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.
7299 7300 7301 7302 7303 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 7299 class GetDistributionTenantByDomainRequest < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |