Class: Aws::Types::BatchCreateBillScenarioUsageModificationEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#amounts::Array[Types::UsageAmount]

Returns the value of attribute amounts.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def amounts
  @amounts
end

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def availability_zone
  @availability_zone
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def group
  @group
end

#historical_usageTypes::HistoricalUsageEntity

Returns the value of attribute historical_usage.



74
75
76
# File 'sig/types.rbs', line 74

def historical_usage
  @historical_usage
end

#key::String

Returns the value of attribute key.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def key
  @key
end

#operation::String

Returns the value of attribute operation.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def operation
  @operation
end

#service_code::String

Returns the value of attribute service_code.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def service_code
  @service_code
end

#usage_account_id::String

Returns the value of attribute usage_account_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def 
  @usage_account_id
end

#usage_type::String

Returns the value of attribute usage_type.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def usage_type
  @usage_type
end