Class: Aws::Types::BillScenarioUsageModificationItem

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)


415
416
417
# File 'sig/types.rbs', line 415

def availability_zone
  @availability_zone
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


417
418
419
# File 'sig/types.rbs', line 417

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



420
421
422
# File 'sig/types.rbs', line 420

def historical_usage
  @historical_usage
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


416
417
418
# File 'sig/types.rbs', line 416

def id
  @id
end

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


414
415
416
# File 'sig/types.rbs', line 414

def location
  @location
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def operation
  @operation
end

#quantities::Array[Types::UsageQuantity]

Returns the value of attribute quantities.

Returns:



419
420
421
# File 'sig/types.rbs', line 419

def quantities
  @quantities
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


411
412
413
# File 'sig/types.rbs', line 411

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


412
413
414
# File 'sig/types.rbs', line 412

def usage_type
  @usage_type
end