Class: Aws::Types::PutProvisionedConcurrencyConfigResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutProvisionedConcurrencyConfigResponse
- 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.
1850 1851 1852 |
# File 'sig/types.rbs', line 1850 def allocated_provisioned_concurrent_executions @allocated_provisioned_concurrent_executions end |
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
1851 1852 1853 |
# File 'sig/types.rbs', line 1851 def available_provisioned_concurrent_executions @available_provisioned_concurrent_executions end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1854 1855 1856 |
# File 'sig/types.rbs', line 1854 def last_modified @last_modified end |
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
1849 1850 1851 |
# File 'sig/types.rbs', line 1849 def requested_provisioned_concurrent_executions @requested_provisioned_concurrent_executions end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1852 1853 1854 |
# File 'sig/types.rbs', line 1852 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1853 1854 1855 |
# File 'sig/types.rbs', line 1853 def status_reason @status_reason end |