class Aws::CodePipeline::Types::ListActionTypesInput

Represents the input of a `ListActionTypes` action.

@note When making an API call, you may pass ListActionTypesInput

data as a hash:

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

@!attribute [rw] action_owner_filter

Filters the list of action types to those created by a specified
entity.
@return [String]

@!attribute [rw] next_token

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.
@return [String]

@!attribute [rw] region_filter

The Region to filter on for the list of action types.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/ListActionTypesInput AWS API Documentation

Constants

SENSITIVE