Class: Aws::Types::ListCACertificatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCACertificatesRequest
- 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.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def ascending_order @ascending_order end |
#marker ⇒ ::String
Returns the value of attribute marker.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def page_size @page_size end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def template_name @template_name end |