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)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def capacity_provider_name
  @capacity_provider_name
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1542
1543
1544
# File 'sig/types.rbs', line 1542

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1543
1544
1545
# File 'sig/types.rbs', line 1543

def max_items
  @max_items
end