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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


802
803
804
805
806
807
# File 'lib/aws-sdk-signer/types.rb', line 802

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:



802
803
804
805
806
807
# File 'lib/aws-sdk-signer/types.rb', line 802

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