Class: Aws::Types::UsageByAccount

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")


1976
1977
1978
# File 'sig/types.rbs', line 1976

def currency
  @currency
end

#estimated_cost::String

Returns the value of attribute estimated_cost.

Returns:

  • (::String)


1977
1978
1979
# File 'sig/types.rbs', line 1977

def estimated_cost
  @estimated_cost
end

#service_limitTypes::ServiceLimit

Returns the value of attribute service_limit.

Returns:



1978
1979
1980
# File 'sig/types.rbs', line 1978

def service_limit
  @service_limit
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")


1979
1980
1981
# File 'sig/types.rbs', line 1979

def type
  @type
end