Class: Aws::Types::FunctionVersionsByCapacityProviderListItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#function_arn::String

Returns the value of attribute function_arn.

Returns:

  • (::String)


919
920
921
# File 'sig/types.rbs', line 919

def function_arn
  @function_arn
end

#state"Pending", ...

Returns the value of attribute state.

Returns:

  • ("Pending", "Active", "Inactive", "Failed", "Deactivating", "Deactivated", "ActiveNonInvocable", "Deleting")


920
921
922
# File 'sig/types.rbs', line 920

def state
  @state
end