Class: Aws::Types::BillEstimateInputUsageModificationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def availability_zone
  @availability_zone
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


327
328
329
# File 'sig/types.rbs', line 327

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



330
331
332
# File 'sig/types.rbs', line 330

def historical_usage
  @historical_usage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


324
325
326
# File 'sig/types.rbs', line 324

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def operation
  @operation
end

#quantities::Array[Types::UsageQuantity]

Returns the value of attribute quantities.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def quantities
  @quantities
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def usage_type
  @usage_type
end