Class: Aws::Types::ListProvisionedConcurrencyConfigsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListProvisionedConcurrencyConfigsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
-
#provisioned_concurrency_configs ⇒ ::Array[Types::ProvisionedConcurrencyConfigListItem]
Returns the value of attribute provisioned_concurrency_configs.
Instance Attribute Details
#next_marker ⇒ ::String
Returns the value of attribute next_marker.
1601 1602 1603 |
# File 'sig/types.rbs', line 1601 def next_marker @next_marker end |
#provisioned_concurrency_configs ⇒ ::Array[Types::ProvisionedConcurrencyConfigListItem]
Returns the value of attribute provisioned_concurrency_configs.
1600 1601 1602 |
# File 'sig/types.rbs', line 1600 def provisioned_concurrency_configs @provisioned_concurrency_configs end |