Class: Aws::Types::ListCertificatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_key_pair_origins::Array[("AWS_MANAGED" | "ACME" | "CUSTOMER_PROVIDED")]

Returns the value of attribute certificate_key_pair_origins.

Returns:

  • (::Array[("AWS_MANAGED" | "ACME" | "CUSTOMER_PROVIDED")])


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.

Returns:

  • (::Array[("PENDING_VALIDATION" | "ISSUED" | "INACTIVE" | "EXPIRED" | "VALIDATION_TIMED_OUT" | "REVOKED" | "FAILED")])


763
764
765
# File 'sig/types.rbs', line 763

def certificate_statuses
  @certificate_statuses
end

#includesTypes::Filters

Returns the value of attribute includes.

Returns:



765
766
767
# File 'sig/types.rbs', line 765

def includes
  @includes
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CREATED_AT")


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.

Returns:

  • ("ASCENDING", "DESCENDING")


769
770
771
# File 'sig/types.rbs', line 769

def sort_order
  @sort_order
end