Class: Aws::Types::BatchCreateWorkloadEstimateUsageItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cost::Float

Returns the value of attribute cost.

Returns:

  • (::Float)


141
142
143
# File 'sig/types.rbs', line 141

def cost
  @cost
end

#currency"USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


142
143
144
# File 'sig/types.rbs', line 142

def currency
  @currency
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



144
145
146
# File 'sig/types.rbs', line 144

def historical_usage
  @historical_usage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


137
138
139
# File 'sig/types.rbs', line 137

def id
  @id
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def key
  @key
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def operation
  @operation
end

#quantityTypes::WorkloadEstimateUsageQuantity

Returns the value of attribute quantity.



140
141
142
# File 'sig/types.rbs', line 140

def quantity
  @quantity
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


133
134
135
# File 'sig/types.rbs', line 133

def service_code
  @service_code
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

  • ("VALID", "INVALID", "STALE")


143
144
145
# File 'sig/types.rbs', line 143

def status
  @status
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def usage_type
  @usage_type
end