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)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-signer/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-signer/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-signer/types.rb', line 1026

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)


1026
1027
1028
1029
1030
1031
1032
1033
# File 'lib/aws-sdk-signer/types.rb', line 1026

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