Class: Aws::Types::ListFunctionVersionsByCapacityProviderResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_arn::String

Returns the value of attribute capacity_provider_arn.

Returns:

  • (::String)


1530
1531
1532
# File 'sig/types.rbs', line 1530

def capacity_provider_arn
  @capacity_provider_arn
end

#function_versions::Array[Types::FunctionVersionsByCapacityProviderListItem]

Returns the value of attribute function_versions.



1531
1532
1533
# File 'sig/types.rbs', line 1531

def function_versions
  @function_versions
end

#next_marker::String

Returns the value of attribute next_marker.

Returns:

  • (::String)


1532
1533
1534
# File 'sig/types.rbs', line 1532

def next_marker
  @next_marker
end