Class: Aws::CloudFront::Types::DomainItem

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

Overview

The domain for the specified distribution tenant.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The domain name.

Returns:

  • (String)


5930
5931
5932
5933
5934
# File 'lib/aws-sdk-cloudfront/types.rb', line 5930

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