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)


5253
5254
5255
5256
5257
# File 'lib/aws-sdk-cloudfront/types.rb', line 5253

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