Class: Aws::Types::ListCertificatesByCARequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesByCARequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ascending_order ⇒ Boolean
Returns the value of attribute ascending_order.
-
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
-
#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.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def ascending_order @ascending_order end |
#ca_certificate_id ⇒ ::String
Returns the value of attribute ca_certificate_id.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def ca_certificate_id @ca_certificate_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def marker @marker end |
#page_size ⇒ ::Integer
Returns the value of attribute page_size.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def page_size @page_size end |