Class: Aws::Types::DomainAssociation
- Inherits:
-
Object
- Object
- Aws::Types::DomainAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_sub_domain_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_sub_domain_creation_patterns.
-
#auto_sub_domain_iam_role ⇒ ::String
Returns the value of attribute auto_sub_domain_iam_role.
-
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
-
#certificate_verification_dns_record ⇒ ::String
Returns the value of attribute certificate_verification_dns_record.
-
#domain_association_arn ⇒ ::String
Returns the value of attribute domain_association_arn.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#domain_status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute domain_status.
-
#enable_auto_sub_domain ⇒ Boolean
Returns the value of attribute enable_auto_sub_domain.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
-
#sub_domains ⇒ ::Array[Types::SubDomain]
Returns the value of attribute sub_domains.
-
#update_status ⇒ "REQUESTING_CERTIFICATE", ...
Returns the value of attribute update_status.
Instance Attribute Details
#auto_sub_domain_creation_patterns ⇒ ::Array[::String]
Returns the value of attribute auto_sub_domain_creation_patterns.
334 335 336 |
# File 'sig/types.rbs', line 334 def auto_sub_domain_creation_patterns @auto_sub_domain_creation_patterns end |
#auto_sub_domain_iam_role ⇒ ::String
Returns the value of attribute auto_sub_domain_iam_role.
335 336 337 |
# File 'sig/types.rbs', line 335 def auto_sub_domain_iam_role @auto_sub_domain_iam_role end |
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
341 342 343 |
# File 'sig/types.rbs', line 341 def certificate @certificate end |
#certificate_verification_dns_record ⇒ ::String
Returns the value of attribute certificate_verification_dns_record.
339 340 341 |
# File 'sig/types.rbs', line 339 def certificate_verification_dns_record @certificate_verification_dns_record end |
#domain_association_arn ⇒ ::String
Returns the value of attribute domain_association_arn.
331 332 333 |
# File 'sig/types.rbs', line 331 def domain_association_arn @domain_association_arn end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
332 333 334 |
# File 'sig/types.rbs', line 332 def domain_name @domain_name end |
#domain_status ⇒ "PENDING_VERIFICATION", ...
Returns the value of attribute domain_status.
336 337 338 |
# File 'sig/types.rbs', line 336 def domain_status @domain_status end |
#enable_auto_sub_domain ⇒ Boolean
Returns the value of attribute enable_auto_sub_domain.
333 334 335 |
# File 'sig/types.rbs', line 333 def enable_auto_sub_domain @enable_auto_sub_domain end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
338 339 340 |
# File 'sig/types.rbs', line 338 def status_reason @status_reason end |
#sub_domains ⇒ ::Array[Types::SubDomain]
Returns the value of attribute sub_domains.
340 341 342 |
# File 'sig/types.rbs', line 340 def sub_domains @sub_domains end |
#update_status ⇒ "REQUESTING_CERTIFICATE", ...
Returns the value of attribute update_status.
337 338 339 |
# File 'sig/types.rbs', line 337 def update_status @update_status end |