Class: Aws::ACM::Types::Expiration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::Expiration
- Includes:
- Structure
- Defined in:
- 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.
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-acm/types.rb', line 2076 class Expiration < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Integer
The numeric value of the expiration.
2076 2077 2078 2079 2080 2081 |
# File 'lib/aws-sdk-acm/types.rb', line 2076 class Expiration < Struct.new( :value, :type) SENSITIVE = [] include Aws::Structure end |