Class: Aws::Types::ServiceQuota

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)


389
390
391
# File 'sig/types.rbs', line 389

def adjustable
  @adjustable
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#error_reason ⇒ Types::ErrorReason

Returns the value of attribute error_reason.

Returns:



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

def error_reason
  @error_reason
end

#global_quota ⇒ Boolean

Returns the value of attribute global_quota.

Returns:

  • (Boolean)


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

def global_quota
  @global_quota
end

#period ⇒ Types::QuotaPeriod

Returns the value of attribute period.

Returns:



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

def period
  @period
end

#quota_applied_at_level ⇒ "ACCOUNT", ...

Returns the value of attribute quota_applied_at_level.

Returns:

  • ("ACCOUNT", "RESOURCE", "ALL")


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

def quota_applied_at_level
  @quota_applied_at_level
end

#quota_arn ⇒ ::String

Returns the value of attribute quota_arn.

Returns:

  • (::String)


384
385
386
# File 'sig/types.rbs', line 384

def quota_arn
  @quota_arn
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def quota_code
  @quota_code
end

#quota_context ⇒ Types::QuotaContextInfo

Returns the value of attribute quota_context.



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

def quota_context
  @quota_context
end

#quota_name ⇒ ::String

Returns the value of attribute quota_name.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def quota_name
  @quota_name
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def service_code
  @service_code
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


383
384
385
# File 'sig/types.rbs', line 383

def service_name
  @service_name
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def unit
  @unit
end

#usage_metric ⇒ Types::MetricInfo

Returns the value of attribute usage_metric.

Returns:



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

def usage_metric
  @usage_metric
end

#value ⇒ ::Float

Returns the value of attribute value.

Returns:

  • (::Float)


387
388
389
# File 'sig/types.rbs', line 387

def value
  @value
end