Class: Aws::Signer::Types::SigningProfileRevocationRecord

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-signer/types.rb

Overview

Revocation information for a signing profile.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#revocation_effective_fromTime

The time when revocation becomes effective.

Returns:

  • (Time)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-signer/types.rb', line 1559

class SigningProfileRevocationRecord < Struct.new(
  :revocation_effective_from,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_atTime

The time when the signing profile was revoked.

Returns:

  • (Time)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-signer/types.rb', line 1559

class SigningProfileRevocationRecord < Struct.new(
  :revocation_effective_from,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end

#revoked_byString

The identity of the revoker.

Returns:

  • (String)


1559
1560
1561
1562
1563
1564
1565
# File 'lib/aws-sdk-signer/types.rb', line 1559

class SigningProfileRevocationRecord < Struct.new(
  :revocation_effective_from,
  :revoked_at,
  :revoked_by)
  SENSITIVE = []
  include Aws::Structure
end