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.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def next_marker @next_marker end |
#provisioned_concurrency_configs ⇒ ::Array[Types::ProvisionedConcurrencyConfigListItem]
Returns the value of attribute provisioned_concurrency_configs.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def provisioned_concurrency_configs @provisioned_concurrency_configs end |