Class: Aws::Signer::Types::RevokeSigningProfileRequest

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

#effective_timeTime

A timestamp for when revocation of a Signing Profile should become effective. Signatures generated using the signing profile after this timestamp are not trusted.

Returns:

  • (Time)


1045
1046
1047
1048
1049
1050
1051
1052
# File 'lib/aws-sdk-signer/types.rb', line 1045

class RevokeSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_version,
  :reason,
  :effective_time)
  SENSITIVE = []
  include Aws::Structure
end

#profile_nameString

The name of the signing profile to be revoked.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
1051
1052
# File 'lib/aws-sdk-signer/types.rb', line 1045

class RevokeSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_version,
  :reason,
  :effective_time)
  SENSITIVE = []
  include Aws::Structure
end

#profile_versionString

The version of the signing profile to be revoked.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
1051
1052
# File 'lib/aws-sdk-signer/types.rb', line 1045

class RevokeSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_version,
  :reason,
  :effective_time)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

The reason for revoking a signing profile.

Returns:

  • (String)


1045
1046
1047
1048
1049
1050
1051
1052
# File 'lib/aws-sdk-signer/types.rb', line 1045

class RevokeSigningProfileRequest < Struct.new(
  :profile_name,
  :profile_version,
  :reason,
  :effective_time)
  SENSITIVE = []
  include Aws::Structure
end