Class: Aws::Types::ListCACertificatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCACertificatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array[Types::CACertificate]
Returns the value of attribute certificates.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#certificates ⇒ ::Array[Types::CACertificate]
Returns the value of attribute certificates.
3084 3085 3086 |
# File 'sig/types.rbs', line 3084 def certificates @certificates end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def next_marker @next_marker end |