Class: Aws::Types::ListRequestedServiceQuotaChangeHistoryResponse

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)


200
201
202
# File 'sig/types.rbs', line 200

def next_token
  @next_token
end

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

Returns the value of attribute requested_quotas.



201
202
203
# File 'sig/types.rbs', line 201

def requested_quotas
  @requested_quotas
end