Class: Aws::MarketplaceDiscovery::Types::ValidityTerm

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#agreement_durationString

The duration of the agreement, in ISO 8601 format.

Returns:

  • (String)


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_dateTime

The date when the agreement ends.

Returns:

  • (Time)


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_dateTime

The date when the agreement starts.

Returns:

  • (Time)


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

#idString

The unique identifier of the term.

Returns:

  • (String)


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

#typeString

The category of the term.

Returns:

  • (String)


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