Class: Aws::Signer::Types::CancelSigningProfileRequest

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

#profile_nameString

The name of the signing profile to be canceled.

Returns:

  • (String)


106
107
108
109
110
# File 'lib/aws-sdk-signer/types.rb', line 106

class CancelSigningProfileRequest < Struct.new(
  :profile_name)
  SENSITIVE = []
  include Aws::Structure
end