Class: Aws::Types::ListProvisionedConcurrencyConfigsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


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