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)


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