Class: Aws::Types::ProvisionedConcurrencyConfigListItem
- Inherits:
-
Object
- Object
- Aws::Types::ProvisionedConcurrencyConfigListItem
- 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.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#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.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def allocated_provisioned_concurrent_executions @allocated_provisioned_concurrent_executions end |
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
1731 1732 1733 |
# File 'sig/types.rbs', line 1731 def available_provisioned_concurrent_executions @available_provisioned_concurrent_executions end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1729 1730 1731 |
# File 'sig/types.rbs', line 1729 def function_arn @function_arn end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1735 1736 1737 |
# File 'sig/types.rbs', line 1735 def last_modified @last_modified end |
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
1730 1731 1732 |
# File 'sig/types.rbs', line 1730 def requested_provisioned_concurrent_executions @requested_provisioned_concurrent_executions end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1734 1735 1736 |
# File 'sig/types.rbs', line 1734 def status_reason @status_reason end |