Class: Aws::Signer::Types::ListSigningProfilesResponse

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)


783
784
785
786
787
788
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 783

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

#profilesArray<Types::SigningProfile>

A list of profiles that are available in the AWS account. This includes profiles with the status of CANCELED if the includeCanceled parameter is set to true.

Returns:



783
784
785
786
787
788
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 783

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