Class: Aws::Types::GetServiceQuotaIncreaseRequestFromTemplateRequest

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)


125
126
127
# File 'sig/types.rbs', line 125

def aws_region
  @aws_region
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


123
124
125
# File 'sig/types.rbs', line 123

def service_code
  @service_code
end