Class: Aws::Types::UsageTotal

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#currency"USD"

Returns the value of attribute currency.

Returns:

  • ("USD")


2005
2006
2007
# File 'sig/types.rbs', line 2005

def currency
  @currency
end

#estimated_cost::String

Returns the value of attribute estimated_cost.

Returns:

  • (::String)


2006
2007
2008
# File 'sig/types.rbs', line 2006

def estimated_cost
  @estimated_cost
end

#type"DATA_INVENTORY_EVALUATION", ...

Returns the value of attribute type.

Returns:

  • ("DATA_INVENTORY_EVALUATION", "SENSITIVE_DATA_DISCOVERY", "AUTOMATED_SENSITIVE_DATA_DISCOVERY", "AUTOMATED_OBJECT_MONITORING")


2007
2008
2009
# File 'sig/types.rbs', line 2007

def type
  @type
end