Class: Aws::Types::CertificateMessage
- Inherits:
-
Object
- Object
- Aws::Types::CertificateMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
65 66 67 |
# File 'sig/types.rbs', line 65 def certificates @certificates end |
#marker ⇒ ::String
Returns the value of attribute marker.
66 67 68 |
# File 'sig/types.rbs', line 66 def marker @marker end |