Class: Aws::CloudFront::Types::DomainResult

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

Overview

The details about the domain result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The specified domain.

Returns:

  • (String)


5491
5492
5493
5494
5495
5496
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5491

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

#statusString

Whether the domain is active or inactive.

Returns:

  • (String)


5491
5492
5493
5494
5495
5496
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 5491

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