Class: Aws::Types::CustomDomain
- Inherits:
-
Object
- Object
- Aws::Types::CustomDomain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_validation_records ⇒ ::Array[Types::CertificateValidationRecord]
Returns the value of attribute certificate_validation_records.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#enable_www_subdomain ⇒ Boolean
Returns the value of attribute enable_www_subdomain.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#certificate_validation_records ⇒ ::Array[Types::CertificateValidationRecord]
Returns the value of attribute certificate_validation_records.
195 196 197 |
# File 'sig/types.rbs', line 195 def certificate_validation_records @certificate_validation_records end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
193 194 195 |
# File 'sig/types.rbs', line 193 def domain_name @domain_name end |
#enable_www_subdomain ⇒ Boolean
Returns the value of attribute enable_www_subdomain.
194 195 196 |
# File 'sig/types.rbs', line 194 def enable_www_subdomain @enable_www_subdomain end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
196 197 198 |
# File 'sig/types.rbs', line 196 def status @status end |