Class: Aws::Signer::Types::SignatureValidityPeriod

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

Overview

The validity period for a signing job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#typeString

The time unit for signature validity.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1187

class SignatureValidityPeriod < Struct.new(
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The numerical value of the time unit for signature validity.

Returns:

  • (Integer)


1187
1188
1189
1190
1191
1192
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1187

class SignatureValidityPeriod < Struct.new(
  :value,
  :type)
  SENSITIVE = []
  include Aws::Structure
end