Class: Aws::ACM::Types::Expiration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::Expiration
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
Specifies an expiration configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ String
The time unit for the expiration value.
-
#value ⇒ Integer
The numeric value of the expiration.
Instance Attribute Details
#type ⇒ String
The time unit for the expiration value.
1969 1970 1971 1972 1973 1974 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1969 class Expiration < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The numeric value of the expiration.
1969 1970 1971 1972 1973 1974 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1969 class Expiration < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |