Class: Aws::Types::SoftwareRevenue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_model"Contract", ...

Returns the value of attribute delivery_model.

Returns:

  • ("Contract", "Pay-as-you-go", "Subscription")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1343
1344
1345
# File 'sig/types.rbs', line 1343

def expiration_date
  @expiration_date
end

#valueTypes::MonetaryValue

Returns the value of attribute value.



1341
1342
1343
# File 'sig/types.rbs', line 1341

def value
  @value
end