Class: Aws::Types::PutServiceQuotaIncreaseRequestIntoTemplateRequest

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)


282
283
284
# File 'sig/types.rbs', line 282

def aws_region
  @aws_region
end

#desired_value ⇒ ::Float

Returns the value of attribute desired_value.

Returns:

  • (::Float)


283
284
285
# File 'sig/types.rbs', line 283

def desired_value
  @desired_value
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


280
281
282
# File 'sig/types.rbs', line 280

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


281
282
283
# File 'sig/types.rbs', line 281

def service_code
  @service_code
end