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.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def allocated_provisioned_concurrent_executions @allocated_provisioned_concurrent_executions end |
#available_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute available_provisioned_concurrent_executions.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def available_provisioned_concurrent_executions @available_provisioned_concurrent_executions end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def function_arn @function_arn end |
#last_modified ⇒ ::Time
Returns the value of attribute last_modified.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def last_modified @last_modified end |
#requested_provisioned_concurrent_executions ⇒ ::Integer
Returns the value of attribute requested_provisioned_concurrent_executions.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def requested_provisioned_concurrent_executions @requested_provisioned_concurrent_executions end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def status_reason @status_reason end |