Class: Aws::Types::WorkloadEstimateUsageItem

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)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def cost
  @cost
end

#currency"USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


1018
1019
1020
# File 'sig/types.rbs', line 1018

def currency
  @currency
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



1020
1021
1022
# File 'sig/types.rbs', line 1020

def historical_usage
  @historical_usage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def operation
  @operation
end

#quantityTypes::WorkloadEstimateUsageQuantity

Returns the value of attribute quantity.



1016
1017
1018
# File 'sig/types.rbs', line 1016

def quantity
  @quantity
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def service_code
  @service_code
end

#status"VALID", ...

Returns the value of attribute status.

Returns:

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


1019
1020
1021
# File 'sig/types.rbs', line 1019

def status
  @status
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def usage_type
  @usage_type
end