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

Class: Aws::CodePipeline::Types::ListActionTypesInput

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

Overview

Note:

When passing ListActionTypesInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  action_owner_filter: "AWS", # accepts AWS, ThirdParty, Custom
  next_token: "NextToken",
}

Represents the input of a ListActionTypes action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_owner_filterString

Filters the list of action types to those created by a specified entity.

Possible values:

  • AWS
  • ThirdParty
  • Custom

Returns:

  • (String)

    Filters the list of action types to those created by a specified entity.

#next_tokenString

An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.

Returns:

  • (String)

    An identifier that was returned from the previous list action types call, which can be used to return the next set of action types in the list.