Class: Aws::Types::GetProvisionedConcurrencyConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetProvisionedConcurrencyConfigResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute allocated_provisioned_concurrent_executions.
-
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
-
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
-
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#allocated_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute allocated_provisioned_concurrent_executions.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def allocated_provisioned_concurrent_executions @allocated_provisioned_concurrent_executions end |
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def available_provisioned_concurrent_executions @available_provisioned_concurrent_executions end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def last_modified @last_modified end |
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def requested_provisioned_concurrent_executions @requested_provisioned_concurrent_executions end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def status_reason @status_reason end |