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 ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#currency_code ⇒ ::String
Returns the value of attribute currency_code.
185 186 187 |
# File 'sig/types.rbs', line 185 def currency_code @currency_code end |
#duration ⇒ ::String
Returns the value of attribute duration.
186 187 188 |
# File 'sig/types.rbs', line 186 def duration @duration end |
#grants ⇒ ::Array[Types::GrantItem]
Returns the value of attribute grants.
188 189 190 |
# File 'sig/types.rbs', line 188 def grants @grants end |
#id ⇒ ::String
Returns the value of attribute id.
183 184 185 |
# File 'sig/types.rbs', line 183 def id @id end |
#price ⇒ ::String
Returns the value of attribute price.
187 188 189 |
# File 'sig/types.rbs', line 187 def price @price end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
184 185 186 |
# File 'sig/types.rbs', line 184 def type @type end |