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)


6573
6574
6575
6576
6577
# File 'lib/aws-sdk-cloudfront/types.rb', line 6573

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