Class: Aws::Types::ValidityTerm
- Inherits:
-
Object
- Object
- Aws::Types::ValidityTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agreement_duration ⇒ ::String
Returns the value of attribute agreement_duration.
-
#agreement_end_date ⇒ ::Time
Returns the value of attribute agreement_end_date.
-
#agreement_start_date ⇒ ::Time
Returns the value of attribute agreement_start_date.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#agreement_duration ⇒ ::String
Returns the value of attribute agreement_duration.
842 843 844 |
# File 'sig/types.rbs', line 842 def agreement_duration @agreement_duration end |
#agreement_end_date ⇒ ::Time
Returns the value of attribute agreement_end_date.
843 844 845 |
# File 'sig/types.rbs', line 843 def agreement_end_date @agreement_end_date end |
#agreement_start_date ⇒ ::Time
Returns the value of attribute agreement_start_date.
844 845 846 |
# File 'sig/types.rbs', line 844 def agreement_start_date @agreement_start_date end |
#id ⇒ ::String
Returns the value of attribute id.
840 841 842 |
# File 'sig/types.rbs', line 840 def id @id end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
841 842 843 |
# File 'sig/types.rbs', line 841 def type @type end |