Class: Aws::MarketplaceDiscovery::Types::ValidityTerm
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceDiscovery::Types::ValidityTerm
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacediscovery/types.rb
Overview
Defines a validity term that specifies the duration or date range of an agreement.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agreement_duration ⇒ String
The duration of the agreement, in ISO 8601 format.
-
#agreement_end_date ⇒ Time
The date when the agreement ends.
-
#agreement_start_date ⇒ Time
The date when the agreement starts.
-
#id ⇒ String
The unique identifier of the term.
-
#type ⇒ String
The category of the term.
Instance Attribute Details
#agreement_duration ⇒ String
The duration of the agreement, in ISO 8601 format.
3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3147 class ValidityTerm < Struct.new( :id, :type, :agreement_duration, :agreement_end_date, :agreement_start_date) SENSITIVE = [] include Aws::Structure end |
#agreement_end_date ⇒ Time
The date when the agreement ends.
3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3147 class ValidityTerm < Struct.new( :id, :type, :agreement_duration, :agreement_end_date, :agreement_start_date) SENSITIVE = [] include Aws::Structure end |
#agreement_start_date ⇒ Time
The date when the agreement starts.
3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3147 class ValidityTerm < Struct.new( :id, :type, :agreement_duration, :agreement_end_date, :agreement_start_date) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the term.
3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3147 class ValidityTerm < Struct.new( :id, :type, :agreement_duration, :agreement_end_date, :agreement_start_date) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The category of the term.
3147 3148 3149 3150 3151 3152 3153 3154 3155 |
# File 'lib/aws-sdk-marketplacediscovery/types.rb', line 3147 class ValidityTerm < Struct.new( :id, :type, :agreement_duration, :agreement_end_date, :agreement_start_date) SENSITIVE = [] include Aws::Structure end |