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 ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#duration ⇒ ::String
Returns the value of attribute duration.
419 420 421 |
# File 'sig/types.rbs', line 419 def duration @duration end |
#grants ⇒ ::Array[Types::GrantItem]
Returns the value of attribute grants.
420 421 422 |
# File 'sig/types.rbs', line 420 def grants @grants end |
#id ⇒ ::String
Returns the value of attribute id.
418 419 420 |
# File 'sig/types.rbs', line 418 def id @id end |
#type ⇒ ::String
Returns the value of attribute type.
417 418 419 |
# File 'sig/types.rbs', line 417 def type @type end |