Class: Aws::Types::RequestedServiceQuotaChange
- Inherits:
-
Object
- Object
- Aws::Types::RequestedServiceQuotaChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#case_id ⇒ ::String
Returns the value of attribute case_id.
-
#created ⇒ ::Time
Returns the value of attribute created.
-
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
-
#global_quota ⇒ Boolean
Returns the value of attribute global_quota.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
-
#quota_arn ⇒ ::String
Returns the value of attribute quota_arn.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#quota_context ⇒ Types::QuotaContextInfo
Returns the value of attribute quota_context.
-
#quota_name ⇒ ::String
Returns the value of attribute quota_name.
-
#quota_requested_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute quota_requested_at_level.
-
#request_type ⇒ "AutomaticManagement"
Returns the value of attribute request_type.
-
#requester ⇒ ::String
Returns the value of attribute requester.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
-
#unit ⇒ ::String
Returns the value of attribute unit.
Instance Attribute Details
#case_id ⇒ ::String
Returns the value of attribute case_id.
347 348 349 |
# File 'sig/types.rbs', line 347 def case_id @case_id end |
#created ⇒ ::Time
Returns the value of attribute created.
354 355 356 |
# File 'sig/types.rbs', line 354 def created @created end |
#desired_value ⇒ ::Float
Returns the value of attribute desired_value.
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.
358 359 360 |
# File 'sig/types.rbs', line 358 def global_quota @global_quota end |
#id ⇒ ::String
Returns the value of attribute id.
345 346 347 |
# File 'sig/types.rbs', line 345 def id @id end |
#last_updated ⇒ ::Time
Returns the value of attribute last_updated.
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.
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.
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.
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.
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.
346 347 348 |
# File 'sig/types.rbs', line 346 def request_type @request_type end |
#requester ⇒ ::String
Returns the value of attribute requester.
356 357 358 |
# File 'sig/types.rbs', line 356 def requester @requester end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
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.
349 350 351 |
# File 'sig/types.rbs', line 349 def service_name @service_name end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
353 354 355 |
# File 'sig/types.rbs', line 353 def status @status end |
#unit ⇒ ::String
Returns the value of attribute unit.
359 360 361 |
# File 'sig/types.rbs', line 359 def unit @unit end |