Class: Aws::Types::ListCertificateProvidersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificateProvidersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_providers ⇒ ::Array[Types::CertificateProviderSummary]
Returns the value of attribute certificate_providers.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#certificate_providers ⇒ ::Array[Types::CertificateProviderSummary]
Returns the value of attribute certificate_providers.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def certificate_providers @certificate_providers end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def next_token @next_token end |