Class: DatadogAPIClient::V2::CommitmentsAwsSPCommitment

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb

Overview

AWS Savings Plan commitment details.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



48
49
50
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 48

def additional_properties
  @additional_properties
end

#commitment_idObject

The unique identifier of the Savings Plan.



25
26
27
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 25

def commitment_id
  @commitment_id
end

#committed_spend_per_hourObject

The hourly committed spend for the Savings Plan.



28
29
30
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 28

def committed_spend_per_hour
  @committed_spend_per_hour
end

#expiration_dateObject

The expiration date of the commitment.



31
32
33
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 31

def expiration_date
  @expiration_date
end

#purchase_optionObject

The payment option for the Savings Plan.



34
35
36
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 34

def purchase_option
  @purchase_option
end

#savings_plan_typeObject

The Savings Plan type.



37
38
39
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 37

def savings_plan_type
  @savings_plan_type
end

#start_dateObject

The start date of the commitment.



40
41
42
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 40

def start_date
  @start_date
end

#term_lengthObject

The term length in years.



43
44
45
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 43

def term_length
  @term_length
end

#utilizationObject

The utilization percentage of the commitment.



46
47
48
# File 'lib/datadog_api_client/v2/models/commitments_aws_sp_commitment.rb', line 46

def utilization
  @utilization
end