Class: Aws::Types::ListCertificateProvidersRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificateProvidersRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def ascending_order @ascending_order end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def next_token @next_token end |