Class: Aws::ACM::Types::DomainScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DomainScope
- 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
-
#exact_domain ⇒ String
Whether validation applies to the exact domain.
-
#subdomains ⇒ String
Whether validation applies to subdomains.
-
#wildcards ⇒ String
Whether validation applies to wildcard domains.
Instance Attribute Details
#exact_domain ⇒ String
Whether validation applies to the exact domain.
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 |
#subdomains ⇒ String
Whether validation applies to subdomains.
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 |
#wildcards ⇒ String
Whether validation applies to wildcard domains.
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 |