Class: Aws::Types::ValidityTerm

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agreement_duration::String

Returns the value of attribute agreement_duration.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def agreement_duration
  @agreement_duration
end

#agreement_end_date::Time

Returns the value of attribute agreement_end_date.

Returns:

  • (::Time)


944
945
946
# File 'sig/types.rbs', line 944

def agreement_end_date
  @agreement_end_date
end

#agreement_start_date::Time

Returns the value of attribute agreement_start_date.

Returns:

  • (::Time)


943
944
945
# File 'sig/types.rbs', line 943

def agreement_start_date
  @agreement_start_date
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def id
  @id
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def type
  @type
end