Class: Aws::Types::LimitType

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#free_limit_value::Integer

Returns the value of attribute free_limit_value.

Returns:

  • (::Integer)


1460
1461
1462
# File 'sig/types.rbs', line 1460

def free_limit_value
  @free_limit_value
end

#limit_definitionTypes::LimitDefinitionType

Returns the value of attribute limit_definition.



1458
1459
1460
# File 'sig/types.rbs', line 1458

def limit_definition
  @limit_definition
end

#provisioned_limit_value::Integer

Returns the value of attribute provisioned_limit_value.

Returns:

  • (::Integer)


1459
1460
1461
# File 'sig/types.rbs', line 1459

def provisioned_limit_value
  @provisioned_limit_value
end