Class: Aws::Signer::Types::SignatureValidityPeriod
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::SignatureValidityPeriod
- 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
-
#type ⇒ String
The time unit for signature validity.
-
#value ⇒ Integer
The numerical value of the time unit for signature validity.
Instance Attribute Details
#type ⇒ String
The time unit for signature validity.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1063 class SignatureValidityPeriod < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The numerical value of the time unit for signature validity.
1063 1064 1065 1066 1067 1068 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1063 class SignatureValidityPeriod < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |