Class: Aws::Types::RequestServiceQuotaIncreaseRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#context_id ⇒ ::String

Returns the value of attribute context_id.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def context_id
  @context_id
end

#desired_value ⇒ ::Float

Returns the value of attribute desired_value.

Returns:

  • (::Float)


333
334
335
# File 'sig/types.rbs', line 333

def desired_value
  @desired_value
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


332
333
334
# File 'sig/types.rbs', line 332

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def service_code
  @service_code
end

#support_case_allowed ⇒ Boolean

Returns the value of attribute support_case_allowed.

Returns:

  • (Boolean)


335
336
337
# File 'sig/types.rbs', line 335

def support_case_allowed
  @support_case_allowed
end