Class: Aws::Types::SubDomain
- Inherits:
-
Object
- Object
- Aws::Types::SubDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dns_record ⇒ ::String
Returns the value of attribute dns_record.
-
#sub_domain_setting ⇒ Types::SubDomainSetting
Returns the value of attribute sub_domain_setting.
-
#verified ⇒ Boolean
Returns the value of attribute verified.
Instance Attribute Details
#dns_record ⇒ ::String
Returns the value of attribute dns_record.
654 655 656 |
# File 'sig/types.rbs', line 654 def dns_record @dns_record end |
#sub_domain_setting ⇒ Types::SubDomainSetting
Returns the value of attribute sub_domain_setting.
652 653 654 |
# File 'sig/types.rbs', line 652 def sub_domain_setting @sub_domain_setting end |
#verified ⇒ Boolean
Returns the value of attribute verified.
653 654 655 |
# File 'sig/types.rbs', line 653 def verified @verified end |