Class: Aws::Types::RequestedServiceQuotaChange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#case_id ⇒ ::String

Returns the value of attribute case_id.

Returns:

  • (::String)


347
348
349
# File 'sig/types.rbs', line 347

def case_id
  @case_id
end

#created ⇒ ::Time

Returns the value of attribute created.

Returns:

  • (::Time)


354
355
356
# File 'sig/types.rbs', line 354

def created
  @created
end

#desired_value ⇒ ::Float

Returns the value of attribute desired_value.

Returns:

  • (::Float)


352
353
354
# File 'sig/types.rbs', line 352

def desired_value
  @desired_value
end

#global_quota ⇒ Boolean

Returns the value of attribute global_quota.

Returns:

  • (Boolean)


358
359
360
# File 'sig/types.rbs', line 358

def global_quota
  @global_quota
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


345
346
347
# File 'sig/types.rbs', line 345

def id
  @id
end

#last_updated ⇒ ::Time

Returns the value of attribute last_updated.

Returns:

  • (::Time)


355
356
357
# File 'sig/types.rbs', line 355

def last_updated
  @last_updated
end

#quota_arn ⇒ ::String

Returns the value of attribute quota_arn.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def quota_arn
  @quota_arn
end

#quota_code ⇒ ::String

Returns the value of attribute quota_code.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def quota_code
  @quota_code
end

#quota_context ⇒ Types::QuotaContextInfo

Returns the value of attribute quota_context.



361
362
363
# File 'sig/types.rbs', line 361

def quota_context
  @quota_context
end

#quota_name ⇒ ::String

Returns the value of attribute quota_name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def quota_name
  @quota_name
end

#quota_requested_at_level ⇒ "ACCOUNT", ...

Returns the value of attribute quota_requested_at_level.

Returns:

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


360
361
362
# File 'sig/types.rbs', line 360

def quota_requested_at_level
  @quota_requested_at_level
end

#request_type ⇒ "AutomaticManagement"

Returns the value of attribute request_type.

Returns:

  • ("AutomaticManagement")


346
347
348
# File 'sig/types.rbs', line 346

def request_type
  @request_type
end

#requester ⇒ ::String

Returns the value of attribute requester.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def requester
  @requester
end

#service_code ⇒ ::String

Returns the value of attribute service_code.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def service_code
  @service_code
end

#service_name ⇒ ::String

Returns the value of attribute service_name.

Returns:

  • (::String)


349
350
351
# File 'sig/types.rbs', line 349

def service_name
  @service_name
end

#status ⇒ "PENDING", ...

Returns the value of attribute status.

Returns:

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


353
354
355
# File 'sig/types.rbs', line 353

def status
  @status
end

#unit ⇒ ::String

Returns the value of attribute unit.

Returns:

  • (::String)


359
360
361
# File 'sig/types.rbs', line 359

def unit
  @unit
end