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

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


2968
2969
2970
# File 'sig/types.rbs', line 2968

def 
  @account_id
end

#usage::Array[Types::Usage]

Returns the value of attribute usage.

Returns:



2969
2970
2971
# File 'sig/types.rbs', line 2969

def usage
  @usage
end