Class: Aws::Types::ListCertificatesResult
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificates_info ⇒ ::Array[Types::CertificateInfo]
Returns the value of attribute certificates_info.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#certificates_info ⇒ ::Array[Types::CertificateInfo]
Returns the value of attribute certificates_info.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def certificates_info @certificates_info end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def next_token @next_token end |