Class: Aws::Types::SoftwareRevenue
- Inherits:
-
Object
- Object
- Aws::Types::SoftwareRevenue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#delivery_model ⇒ "Contract", ...
Returns the value of attribute delivery_model.
-
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
-
#expiration_date ⇒ ::String
Returns the value of attribute expiration_date.
-
#value ⇒ Types::MonetaryValue
Returns the value of attribute value.
Instance Attribute Details
#delivery_model ⇒ "Contract", ...
Returns the value of attribute delivery_model.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def delivery_model @delivery_model end |
#effective_date ⇒ ::String
Returns the value of attribute effective_date.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def effective_date @effective_date end |
#expiration_date ⇒ ::String
Returns the value of attribute expiration_date.
1343 1344 1345 |
# File 'sig/types.rbs', line 1343 def expiration_date @expiration_date end |
#value ⇒ Types::MonetaryValue
Returns the value of attribute value.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def value @value end |