Class: Aws::Types::Entitlement

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#allow_check_inBoolean

Returns the value of attribute allow_check_in.



396
397
398
# File 'sig/types.rbs', line 396

def allow_check_in
  @allow_check_in
end

#max_count::Integer

Returns the value of attribute max_count.



393
394
395
# File 'sig/types.rbs', line 393

def max_count
  @max_count
end

#name::String

Returns the value of attribute name.



391
392
393
# File 'sig/types.rbs', line 391

def name
  @name
end

#overageBoolean

Returns the value of attribute overage.



394
395
396
# File 'sig/types.rbs', line 394

def overage
  @overage
end

#unit"Count", ...

Returns the value of attribute unit.



395
396
397
# File 'sig/types.rbs', line 395

def unit
  @unit
end

#value::String

Returns the value of attribute value.



392
393
394
# File 'sig/types.rbs', line 392

def value
  @value
end