Class: Aws::Types::EntitlementUsage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumed_value::String

Returns the value of attribute consumed_value.

Returns:

  • (::String)


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

def consumed_value
  @consumed_value
end

#max_count::String

Returns the value of attribute max_count.

Returns:

  • (::String)


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

def max_count
  @max_count
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#unit"Count", ...

Returns the value of attribute unit.

Returns:

  • ("Count", "None", "Seconds", "Microseconds", "Milliseconds", "Bytes", "Kilobytes", "Megabytes", "Gigabytes", "Terabytes", "Bits", "Kilobits", "Megabits", "Gigabits", "Terabits", "Percent", "Bytes/Second", "Kilobytes/Second", "Megabytes/Second", "Gigabytes/Second", "Terabytes/Second", "Bits/Second", "Kilobits/Second", "Megabits/Second", "Gigabits/Second", "Terabits/Second", "Count/Second")


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

def unit
  @unit
end