Class: Aws::Types::ListCertificatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListCertificatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_key_pair_origins ⇒ ::Array[("AWS_MANAGED" | "ACME" | "CUSTOMER_PROVIDED")]
Returns the value of attribute certificate_key_pair_origins.
-
#certificate_statuses ⇒ ::Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")]
Returns the value of attribute certificate_statuses.
-
#includes ⇒ Types::Filters
Returns the value of attribute includes.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sort_by ⇒ "CREATED_AT"
Returns the value of attribute sort_by.
-
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
Instance Attribute Details
#certificate_key_pair_origins ⇒ ::Array[("AWS_MANAGED" | "ACME" | "CUSTOMER_PROVIDED")]
Returns the value of attribute certificate_key_pair_origins.
764 765 766 |
# File 'sig/types.rbs', line 764 def certificate_key_pair_origins @certificate_key_pair_origins end |
#certificate_statuses ⇒ ::Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")]
Returns the value of attribute certificate_statuses.
763 764 765 |
# File 'sig/types.rbs', line 763 def certificate_statuses @certificate_statuses end |
#includes ⇒ Types::Filters
Returns the value of attribute includes.
765 766 767 |
# File 'sig/types.rbs', line 765 def includes @includes end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
767 768 769 |
# File 'sig/types.rbs', line 767 def max_items @max_items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
766 767 768 |
# File 'sig/types.rbs', line 766 def next_token @next_token end |
#sort_by ⇒ "CREATED_AT"
Returns the value of attribute sort_by.
768 769 770 |
# File 'sig/types.rbs', line 768 def sort_by @sort_by end |
#sort_order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute sort_order.
769 770 771 |
# File 'sig/types.rbs', line 769 def sort_order @sort_order end |