codepipeline_list_action_types {paws.developer.tools} | R Documentation |
Gets a summary of all CodePipeline action types associated with your account
Description
Gets a summary of all CodePipeline action types associated with your account.
See https://www.paws-r-sdk.com/docs/codepipeline_list_action_types/ for full documentation.
Usage
codepipeline_list_action_types(
actionOwnerFilter = NULL,
nextToken = NULL,
regionFilter = NULL
)
Arguments
actionOwnerFilter |
Filters the list of action types to those created by a specified entity. |
nextToken |
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. |
regionFilter |
The Region to filter on for the list of action types. |
[Package paws.developer.tools version 0.7.0 Index]