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::ListedCertificate]
Returns the value of attribute certificates.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#certificates ⇒ ::Array[Types::ListedCertificate]
Returns the value of attribute certificates.
862 863 864 |
# File 'sig/types.rbs', line 862 def certificates @certificates end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
861 862 863 |
# File 'sig/types.rbs', line 861 def next_token @next_token end |