You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceQuotas::Types::RequestedServiceQuotaChange

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A structure that contains information about a requested change for a quota.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

The case Id for the service quota increase request.

Returns:

  • (String)

    The case Id for the service quota increase request.

#createdTime

The date and time when the service quota increase request was received and the case Id was created.

Returns:

  • (Time)

    The date and time when the service quota increase request was received and the case Id was created.

#desired_valueFloat

New increased value for the service quota.

Returns:

  • (Float)

    New increased value for the service quota.

#global_quotaBoolean

Identifies if the quota is global.

Returns:

  • (Boolean)

    Identifies if the quota is global.

#idString

The unique identifier of a requested service quota change.

Returns:

  • (String)

    The unique identifier of a requested service quota change.

#last_updatedTime

The date and time of the most recent change in the service quota increase request.

Returns:

  • (Time)

    The date and time of the most recent change in the service quota increase request.

#quota_arnString

The Amazon Resource Name (ARN) of the service quota.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the service quota.

#quota_codeString

Specifies the service quota that you want to use.

Returns:

  • (String)

    Specifies the service quota that you want to use.

#quota_nameString

Name of the service quota.

Returns:

  • (String)

    Name of the service quota.

#requesterString

The IAM identity who submitted the service quota increase request.

Returns:

  • (String)

    The IAM identity who submitted the service quota increase request.

#service_codeString

Specifies the service that you want to use.

Returns:

  • (String)

    Specifies the service that you want to use.

#service_nameString

The name of the AWS service specified in the increase request.

Returns:

  • (String)

    The name of the AWS service specified in the increase request.

#statusString

State of the service quota increase request.

Possible values:

  • PENDING
  • CASE_OPENED
  • APPROVED
  • DENIED
  • CASE_CLOSED

Returns:

  • (String)

    State of the service quota increase request.

#unitString

Specifies the unit used for the quota.

Returns:

  • (String)

    Specifies the unit used for the quota.