Class: Aws::Types::ListCertificatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
Instance Attribute Details
#certificates ⇒ ::Array[Types::Certificate]
Returns the value of attribute certificates.
3123 3124 3125 |
# File 'sig/types.rbs', line 3123 def certificates @certificates end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3124 3125 3126 |
# File 'sig/types.rbs', line 3124 def next_marker @next_marker end |