Class: Aws::Types::ListFunctionVersionsByCapacityProviderRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_name::String

Returns the value of attribute capacity_provider_name.

Returns:

  • (::String)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def capacity_provider_name
  @capacity_provider_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1524
1525
1526
# File 'sig/types.rbs', line 1524

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def max_items
  @max_items
end