Class: Aws::Types::DescribedCertificate
- Inherits:
-
Object
- Object
- Aws::Types::DescribedCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_date ⇒ ::Time
Returns the value of attribute active_date.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
-
#not_after_date ⇒ ::Time
Returns the value of attribute not_after_date.
-
#not_before_date ⇒ ::Time
Returns the value of attribute not_before_date.
-
#serial ⇒ ::String
Returns the value of attribute serial.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#type ⇒ "CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"
Returns the value of attribute type.
-
#usage ⇒ "SIGNING", ...
Returns the value of attribute usage.
Instance Attribute Details
#active_date ⇒ ::Time
Returns the value of attribute active_date.
496 497 498 |
# File 'sig/types.rbs', line 496 def active_date @active_date end |
#arn ⇒ ::String
Returns the value of attribute arn.
490 491 492 |
# File 'sig/types.rbs', line 490 def arn @arn end |
#certificate ⇒ ::String
Returns the value of attribute certificate.
494 495 496 |
# File 'sig/types.rbs', line 494 def certificate @certificate end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
495 496 497 |
# File 'sig/types.rbs', line 495 def certificate_chain @certificate_chain end |
#certificate_id ⇒ ::String
Returns the value of attribute certificate_id.
491 492 493 |
# File 'sig/types.rbs', line 491 def certificate_id @certificate_id end |
#description ⇒ ::String
Returns the value of attribute description.
502 503 504 |
# File 'sig/types.rbs', line 502 def description @description end |
#inactive_date ⇒ ::Time
Returns the value of attribute inactive_date.
497 498 499 |
# File 'sig/types.rbs', line 497 def inactive_date @inactive_date end |
#not_after_date ⇒ ::Time
Returns the value of attribute not_after_date.
500 501 502 |
# File 'sig/types.rbs', line 500 def not_after_date @not_after_date end |
#not_before_date ⇒ ::Time
Returns the value of attribute not_before_date.
499 500 501 |
# File 'sig/types.rbs', line 499 def not_before_date @not_before_date end |
#serial ⇒ ::String
Returns the value of attribute serial.
498 499 500 |
# File 'sig/types.rbs', line 498 def serial @serial end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
493 494 495 |
# File 'sig/types.rbs', line 493 def status @status end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
503 504 505 |
# File 'sig/types.rbs', line 503 def end |
#type ⇒ "CERTIFICATE", "CERTIFICATE_WITH_PRIVATE_KEY"
Returns the value of attribute type.
501 502 503 |
# File 'sig/types.rbs', line 501 def type @type end |
#usage ⇒ "SIGNING", ...
Returns the value of attribute usage.
492 493 494 |
# File 'sig/types.rbs', line 492 def usage @usage end |