Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#certificate_mode ⇒ "DEFAULT", "SNI_ONLY"
Returns the value of attribute certificate_mode.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
515 516 517 |
# File 'sig/types.rbs', line 515 def certificate_arn @certificate_arn end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
516 517 518 |
# File 'sig/types.rbs', line 516 def certificate_id @certificate_id end |
#certificate_mode ⇒ "DEFAULT", "SNI_ONLY"
Returns the value of attribute certificate_mode.
518 519 520 |
# File 'sig/types.rbs', line 518 def certificate_mode @certificate_mode end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
519 520 521 |
# File 'sig/types.rbs', line 519 def creation_date @creation_date end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
517 518 519 |
# File 'sig/types.rbs', line 517 def status @status end |