Class: Aws::Types::GetServiceQuotaRequest

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)


137
138
139
# File 'sig/types.rbs', line 137

def context_id
  @context_id
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def quota_code
  @quota_code
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def service_code
  @service_code
end