Class: Aws::Types::ServiceQuotaIncreaseRequestInTemplate

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_region ⇒ ::String

Returns the value of attribute aws_region.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def aws_region
  @aws_region
end

#desired_value ⇒ ::Float

Returns the value of attribute desired_value.

Returns:

  • (::Float)


405
406
407
# File 'sig/types.rbs', line 405

def desired_value
  @desired_value
end

#global_quota ⇒ Boolean

Returns the value of attribute global_quota.

Returns:

  • (Boolean)


408
409
410
# File 'sig/types.rbs', line 408

def global_quota
  @global_quota
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


403
404
405
# File 'sig/types.rbs', line 403

def quota_code
  @quota_code
end

#quota_name ⇒ ::String

Returns the value of attribute quota_name.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def quota_name
  @quota_name
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


401
402
403
# File 'sig/types.rbs', line 401

def service_code
  @service_code
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


402
403
404
# File 'sig/types.rbs', line 402

def service_name
  @service_name
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


407
408
409
# File 'sig/types.rbs', line 407

def unit
  @unit
end