Class: Aws::Types::DomainScope
- Inherits:
-
Object
- Object
- Aws::Types::DomainScope
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exact_domain ⇒ "ENABLED", "DISABLED"
Returns the value of attribute exact_domain.
-
#subdomains ⇒ "ENABLED", "DISABLED"
Returns the value of attribute subdomains.
-
#wildcards ⇒ "ENABLED", "DISABLED"
Returns the value of attribute wildcards.
Instance Attribute Details
#exact_domain ⇒ "ENABLED", "DISABLED"
Returns the value of attribute exact_domain.
490 491 492 |
# File 'sig/types.rbs', line 490 def exact_domain @exact_domain end |
#subdomains ⇒ "ENABLED", "DISABLED"
Returns the value of attribute subdomains.
491 492 493 |
# File 'sig/types.rbs', line 491 def subdomains @subdomains end |
#wildcards ⇒ "ENABLED", "DISABLED"
Returns the value of attribute wildcards.
492 493 494 |
# File 'sig/types.rbs', line 492 def wildcards @wildcards end |