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.
1206 1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1206 class SignatureValidityPeriod < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The numerical value of the time unit for signature validity.
1206 1207 1208 1209 1210 1211 |
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1206 class SignatureValidityPeriod < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |