Class: Aws::ACM::Types::ListCertificatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_statusesArray<String>

Filter the certificate list by status value.

Returns:

  • (Array<String>)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#includesTypes::Filters

Filter the certificate list. For more information, see the Filters structure.

Returns:



1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_itemsInteger

Use this parameter when paginating results to specify the maximum number of items to return in the response. If additional items exist beyond the number you specify, the NextToken element is sent in the response. Use this NextToken value in a subsequent request to retrieve additional items.

Returns:

  • (Integer)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Use this parameter only when paginating results and only in a subsequent request after you receive a response with truncated results. Set it to the value of NextToken from the response you just received.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Specifies the field to sort results by. If you specify SortBy, you must also specify SortOrder.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Specifies the order of sorted results. If you specify SortOrder, you must also specify SortBy.

Returns:

  • (String)


1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1043

class ListCertificatesRequest < Struct.new(
  :certificate_statuses,
  :includes,
  :next_token,
  :max_items,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end