Class: Aws::Types::EffectiveLimit

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#limit_unit"MB", ...

Returns the value of attribute limit_unit.

Returns:

  • ("MB", "GB", "HOURS", "DAYS")


5577
5578
5579
# File 'sig/types.rbs', line 5577

def limit_unit
  @limit_unit
end

#limit_value::Integer

Returns the value of attribute limit_value.

Returns:

  • (::Integer)


5576
5577
5578
# File 'sig/types.rbs', line 5576

def limit_value
  @limit_value
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


5579
5580
5581
# File 'sig/types.rbs', line 5579

def profile_id
  @profile_id
end

#resource_type"INDEX_STORAGE", "AGENT_HOURS"

Returns the value of attribute resource_type.

Returns:

  • ("INDEX_STORAGE", "AGENT_HOURS")


5575
5576
5577
# File 'sig/types.rbs', line 5575

def resource_type
  @resource_type
end

#source"DIRECT_USER", ...

Returns the value of attribute source.

Returns:

  • ("DIRECT_USER", "GROUP", "ROLE", "ACCOUNT", "SYSTEM_DEFAULT")


5578
5579
5580
# File 'sig/types.rbs', line 5578

def source
  @source
end