Class: Aws::Types::DeleteServiceQuotaIncreaseRequestFromTemplateRequest

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)


38
39
40
# File 'sig/types.rbs', line 38

def aws_region
  @aws_region
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def service_code
  @service_code
end