Class: Aws::Types::GetCertificatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetCertificatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
-
#certificate_statuses ⇒ ::Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")]
Returns the value of attribute certificate_statuses.
-
#include_certificate_details ⇒ Boolean
Returns the value of attribute include_certificate_details.
-
#page_token ⇒ ::String
Returns the value of attribute page_token.
Instance Attribute Details
#certificate_name ⇒ ::String
Returns the value of attribute certificate_name.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def certificate_name @certificate_name end |
#certificate_statuses ⇒ ::Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")]
Returns the value of attribute certificate_statuses.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def certificate_statuses @certificate_statuses end |
#include_certificate_details ⇒ Boolean
Returns the value of attribute include_certificate_details.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def include_certificate_details @include_certificate_details end |
#page_token ⇒ ::String
Returns the value of attribute page_token.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def page_token @page_token end |