You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ListActionTypesOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the output of a ListActionTypes action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_typesArray<Types::ActionType>

Provides details of the action types.

Returns:

#next_tokenString

If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list action types call to return the next set of action types in the list.

Returns:

  • (String)

    If the amount of returned information is significantly large, an identifier is also returned.