Class: Aws::CloudFront::Types::GetDistributionTenantByDomainRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

A domain name associated with the target distribution tenant.

Returns:

  • (String)


7299
7300
7301
7302
7303
# File 'lib/aws-sdk-cloudfront/types.rb', line 7299

class GetDistributionTenantByDomainRequest < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end