Class: Aws::Types::BatchCreateWorkloadEstimateUsageEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amount::Float

Returns the value of attribute amount.

Returns:

  • (::Float)


120
121
122
# File 'sig/types.rbs', line 120

def amount
  @amount
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



121
122
123
# File 'sig/types.rbs', line 121

def historical_usage
  @historical_usage
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


117
118
119
# File 'sig/types.rbs', line 117

def key
  @key
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


116
117
118
# File 'sig/types.rbs', line 116

def operation
  @operation
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


114
115
116
# File 'sig/types.rbs', line 114

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


119
120
121
# File 'sig/types.rbs', line 119

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


115
116
117
# File 'sig/types.rbs', line 115

def usage_type
  @usage_type
end