Class: Aws::Types::EntitlementData

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

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


403
404
405
# File 'sig/types.rbs', line 403

def unit
  @unit
end

#value::String

Returns the value of attribute value.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def value
  @value
end