Class: Aws::Types::ListOutgoingCertificatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListOutgoingCertificatesRequest
- 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.
3373 3374 3375 |
# File 'sig/types.rbs', line 3373 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3372 3373 3374 |
# File 'sig/types.rbs', line 3372 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3371 3372 3373 |
# File 'sig/types.rbs', line 3371 def page_size @page_size end |