Class: Aws::ACM::Types::DomainScope
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::DomainScope
- Includes:
- Structure
- Defined in:
- 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.
1873 1874 1875 1876 1877 1878 1879 |
# File 'lib/aws-sdk-acm/types.rb', line 1873 class DomainScope < Struct.new( :exact_domain, :subdomains, :wildcards) SENSITIVE = [] include Aws::Structure end |
#subdomains ⇒ String
Whether validation applies to subdomains.
1873 1874 1875 1876 1877 1878 1879 |
# File 'lib/aws-sdk-acm/types.rb', line 1873 class DomainScope < Struct.new( :exact_domain, :subdomains, :wildcards) SENSITIVE = [] include Aws::Structure end |
#wildcards ⇒ String
Whether validation applies to wildcard domains.
1873 1874 1875 1876 1877 1878 1879 |
# File 'lib/aws-sdk-acm/types.rb', line 1873 class DomainScope < Struct.new( :exact_domain, :subdomains, :wildcards) SENSITIVE = [] include Aws::Structure end |