Class: Aws::ACM::Types::DomainScope

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

Overview

Specifies the scope of domain validation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exact_domainString

Whether validation applies to the exact domain.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1842

class DomainScope < Struct.new(
  :exact_domain,
  :subdomains,
  :wildcards)
  SENSITIVE = []
  include Aws::Structure
end

#subdomainsString

Whether validation applies to subdomains.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1842

class DomainScope < Struct.new(
  :exact_domain,
  :subdomains,
  :wildcards)
  SENSITIVE = []
  include Aws::Structure
end

#wildcardsString

Whether validation applies to wildcard domains.

Returns:

  • (String)


1842
1843
1844
1845
1846
1847
1848
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1842

class DomainScope < Struct.new(
  :exact_domain,
  :subdomains,
  :wildcards)
  SENSITIVE = []
  include Aws::Structure
end