Class: Aws::Signer::Types::ListSigningPlatformsResponse

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

#next_tokenString

Value for specifying the next set of paginated results to return.

Returns:

  • (String)


745
746
747
748
749
750
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 745

class ListSigningPlatformsResponse < Struct.new(
  :platforms,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#platformsArray<Types::SigningPlatform>

A list of all platforms that match the request parameters.

Returns:



745
746
747
748
749
750
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 745

class ListSigningPlatformsResponse < Struct.new(
  :platforms,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end