Class: Aws::Types::ListCertificatesByCAResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesByCAResponse
- 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.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def certificates @certificates end |
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def next_marker @next_marker end |