Class: Aws::Types::FreeTrialPricingTerm
- Inherits:
-
Object
- Object
- Aws::Types::FreeTrialPricingTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
195 196 197 |
# File 'sig/types.rbs', line 195 def duration @duration end |
#grants ⇒ ::Array[Types::GrantItem]
Returns the value of attribute grants.
196 197 198 |
# File 'sig/types.rbs', line 196 def grants @grants end |
#id ⇒ ::String
Returns the value of attribute id.
193 194 195 |
# File 'sig/types.rbs', line 193 def id @id end |
#type ⇒ "ByolPricingTerm", ...
Returns the value of attribute type.
194 195 196 |
# File 'sig/types.rbs', line 194 def type @type end |