Class: Aws::Types::CustomDomain

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (::String)


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.

Returns:

  • (Boolean)


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.

Returns:

  • ("CREATING", "CREATE_FAILED", "ACTIVE", "DELETING", "DELETE_FAILED", "PENDING_CERTIFICATE_DNS_VALIDATION", "BINDING_CERTIFICATE")


196
197
198
# File 'sig/types.rbs', line 196

def status
  @status
end