Class: Aws::Types::QuotaUtilizationInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustable ⇒ Boolean

Returns the value of attribute adjustable.

Returns:

  • (Boolean)


326
327
328
# File 'sig/types.rbs', line 326

def adjustable
  @adjustable
end

#applied_value ⇒ ::Float

Returns the value of attribute applied_value.

Returns:

  • (::Float)


324
325
326
# File 'sig/types.rbs', line 324

def applied_value
  @applied_value
end

#default_value ⇒ ::Float

Returns the value of attribute default_value.

Returns:

  • (::Float)


323
324
325
# File 'sig/types.rbs', line 323

def default_value
  @default_value
end

#namespace ⇒ ::String

Returns the value of attribute namespace.

Returns:

  • (::String)


321
322
323
# File 'sig/types.rbs', line 321

def namespace
  @namespace
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


318
319
320
# File 'sig/types.rbs', line 318

def quota_code
  @quota_code
end

#quota_name ⇒ ::String

Returns the value of attribute quota_name.

Returns:

  • (::String)


320
321
322
# File 'sig/types.rbs', line 320

def quota_name
  @quota_name
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def service_code
  @service_code
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


325
326
327
# File 'sig/types.rbs', line 325

def service_name
  @service_name
end

#utilization ⇒ ::Float

Returns the value of attribute utilization.

Returns:

  • (::Float)


322
323
324
# File 'sig/types.rbs', line 322

def utilization
  @utilization
end