Class: Aws::Types::FixedUpfrontPricingTerm
- Inherits:
-
Object
- Object
- Aws::Types::FixedUpfrontPricingTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
-
#duration ⇒ ::String
Returns the value of attribute duration.
-
#grants ⇒ ::Array[Types::GrantItem]
Returns the value of attribute grants.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#price ⇒ ::String
Returns the value of attribute price.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
409 410 411 |
# File 'sig/types.rbs', line 409 def currency_code @currency_code end |
#duration ⇒ ::String
Returns the value of attribute duration.
410 411 412 |
# File 'sig/types.rbs', line 410 def duration @duration end |
#grants ⇒ ::Array[Types::GrantItem]
Returns the value of attribute grants.
412 413 414 |
# File 'sig/types.rbs', line 412 def grants @grants end |
#id ⇒ ::String
Returns the value of attribute id.
408 409 410 |
# File 'sig/types.rbs', line 408 def id @id end |
#price ⇒ ::String
Returns the value of attribute price.
411 412 413 |
# File 'sig/types.rbs', line 411 def price @price end |
#type ⇒ ::String
Returns the value of attribute type.
407 408 409 |
# File 'sig/types.rbs', line 407 def type @type end |