Class: Aws::Signer::Types::ListSigningPlatformsRequest

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

#categoryString

The category type of a signing platform.

Returns:

  • (String)


706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 706

class ListSigningPlatformsRequest < Struct.new(
  :category,
  :partner,
  :target,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to be returned by this operation.

Returns:

  • (Integer)


706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 706

class ListSigningPlatformsRequest < Struct.new(
  :category,
  :partner,
  :target,
  :max_results,
  :next_token)
  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)


706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 706

class ListSigningPlatformsRequest < Struct.new(
  :category,
  :partner,
  :target,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#partnerString

Any partner entities connected to a signing platform.

Returns:

  • (String)


706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 706

class ListSigningPlatformsRequest < Struct.new(
  :category,
  :partner,
  :target,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#targetString

The validation template that is used by the target signing platform.

Returns:

  • (String)


706
707
708
709
710
711
712
713
714
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 706

class ListSigningPlatformsRequest < Struct.new(
  :category,
  :partner,
  :target,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end