Class: Aws::Types::ListRequestedServiceQuotaChangeHistoryByQuotaRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


179
180
181
# File 'sig/types.rbs', line 179

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


178
179
180
# File 'sig/types.rbs', line 178

def next_token
  @next_token
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


176
177
178
# File 'sig/types.rbs', line 176

def quota_code
  @quota_code
end

#quota_requested_at_level ⇒ "ACCOUNT", ...

Returns the value of attribute quota_requested_at_level.

Returns:

  • ("ACCOUNT", "RESOURCE", "ALL")


180
181
182
# File 'sig/types.rbs', line 180

def quota_requested_at_level
  @quota_requested_at_level
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


175
176
177
# File 'sig/types.rbs', line 175

def service_code
  @service_code
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

  • ("PENDING", "CASE_OPENED", "APPROVED", "DENIED", "CASE_CLOSED", "NOT_APPROVED", "INVALID_REQUEST")


177
178
179
# File 'sig/types.rbs', line 177

def status
  @status
end