Class: Aws::Signer::Types::ListSigningProfilesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#include_canceledBoolean

Designates whether to include profiles with the status of CANCELED.

Returns:

  • (Boolean)


761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 761

class ListSigningProfilesRequest < Struct.new(
  :include_canceled,
  :max_results,
  :next_token,
  :platform_id,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of profiles to be returned.

Returns:

  • (Integer)


761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 761

class ListSigningProfilesRequest < Struct.new(
  :include_canceled,
  :max_results,
  :next_token,
  :platform_id,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Value for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of nextToken from the response that you just received.

Returns:

  • (String)


761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 761

class ListSigningProfilesRequest < Struct.new(
  :include_canceled,
  :max_results,
  :next_token,
  :platform_id,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#platform_idString

Filters results to return only signing jobs initiated for a specified signing platform.

Returns:

  • (String)


761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 761

class ListSigningProfilesRequest < Struct.new(
  :include_canceled,
  :max_results,
  :next_token,
  :platform_id,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end

#statusesArray<String>

Filters results to return only signing jobs with statuses in the specified list.

Returns:

  • (Array<String>)


761
762
763
764
765
766
767
768
769
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 761

class ListSigningProfilesRequest < Struct.new(
  :include_canceled,
  :max_results,
  :next_token,
  :platform_id,
  :statuses)
  SENSITIVE = []
  include Aws::Structure
end