Class: Aws::Types::Association
- Inherits:
-
Object
- Object
- Aws::Types::Association
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_associations ⇒ ::Array[Types::CertificateAssociation]
Returns the value of attribute certificate_associations.
-
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
-
#custom_domain_certificate_expiry_date ⇒ ::Time
Returns the value of attribute custom_domain_certificate_expiry_date.
Instance Attribute Details
#certificate_associations ⇒ ::Array[Types::CertificateAssociation]
Returns the value of attribute certificate_associations.
63 64 65 |
# File 'sig/types.rbs', line 63 def certificate_associations @certificate_associations end |
#custom_domain_certificate_arn ⇒ ::String
Returns the value of attribute custom_domain_certificate_arn.
61 62 63 |
# File 'sig/types.rbs', line 61 def custom_domain_certificate_arn @custom_domain_certificate_arn end |
#custom_domain_certificate_expiry_date ⇒ ::Time
Returns the value of attribute custom_domain_certificate_expiry_date.
62 63 64 |
# File 'sig/types.rbs', line 62 def custom_domain_certificate_expiry_date @custom_domain_certificate_expiry_date end |