Class: Aws::Types::SearchCertificatesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filter_statementTypes::CertificateFilterStatement

Returns the value of attribute filter_statement.



928
929
930
# File 'sig/types.rbs', line 928

def filter_statement
  @filter_statement
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


929
930
931
# File 'sig/types.rbs', line 929

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


930
931
932
# File 'sig/types.rbs', line 930

def next_token
  @next_token
end

#sort_by"CREATED_AT", ...

Returns the value of attribute sort_by.

Returns:

  • ("CREATED_AT", "NOT_AFTER", "STATUS", "RENEWAL_STATUS", "EXPORTED", "IN_USE", "NOT_BEFORE", "KEY_ALGORITHM", "TYPE", "CERTIFICATE_ARN", "COMMON_NAME", "REVOKED_AT", "RENEWAL_ELIGIBILITY", "ISSUED_AT", "MANAGED_BY", "EXPORT_OPTION", "VALIDATION_METHOD", "IMPORTED_AT", "ACME_ENDPOINT_ARN", "ACME_ACCOUNT_ID", "CERTIFICATE_KEY_PAIR_ORIGIN")


931
932
933
# File 'sig/types.rbs', line 931

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


932
933
934
# File 'sig/types.rbs', line 932

def sort_order
  @sort_order
end