Class: Aws::Types::QuotaContextInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#adjustable_at_level ⇒ "ACCOUNT", ...

Returns the value of attribute adjustable_at_level.

Returns:

  • ("ACCOUNT", "PER_RESOURCE", "ALL")


296
297
298
# File 'sig/types.rbs', line 296

def adjustable_at_level
  @adjustable_at_level
end

#context_id ⇒ ::String

Returns the value of attribute context_id.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def context_id
  @context_id
end

#context_scope ⇒ "RESOURCE", "ACCOUNT"

Returns the value of attribute context_scope.

Returns:

  • ("RESOURCE", "ACCOUNT")


293
294
295
# File 'sig/types.rbs', line 293

def context_scope
  @context_scope
end

#context_scope_type ⇒ ::String

Returns the value of attribute context_scope_type.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def context_scope_type
  @context_scope_type
end