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.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def allocated_provisioned_concurrent_executions @allocated_provisioned_concurrent_executions end |
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def available_provisioned_concurrent_executions @available_provisioned_concurrent_executions end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1836 1837 1838 |
# File 'sig/types.rbs', line 1836 def last_modified @last_modified end |
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
1831 1832 1833 |
# File 'sig/types.rbs', line 1831 def requested_provisioned_concurrent_executions @requested_provisioned_concurrent_executions end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def status_reason @status_reason end |