Class: Aws::Types::ListCertificatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3118 3119 3120 |
# File 'sig/types.rbs', line 3118 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3117 3118 3119 |
# File 'sig/types.rbs', line 3117 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3116 3117 3118 |
# File 'sig/types.rbs', line 3116 def page_size @page_size end |