Class: Aws::Types::ListRequestedServiceQuotaChangeHistoryByQuotaResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


185
186
187
# File 'sig/types.rbs', line 185

def next_token
  @next_token
end

#requested_quotas ⇒ ::Array[Types::RequestedServiceQuotaChange]

Returns the value of attribute requested_quotas.



186
187
188
# File 'sig/types.rbs', line 186

def requested_quotas
  @requested_quotas
end