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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a ListActionTypes action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_owner_filterString

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

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2603

class ListActionTypesInput < Struct.new(
  :action_owner_filter,
  :next_token,
  :region_filter)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2603

class ListActionTypesInput < Struct.new(
  :action_owner_filter,
  :next_token,
  :region_filter)
  SENSITIVE = []
  include Aws::Structure
end

#region_filterString

The Region to filter on for the list of action types.

Returns:

  • (String)


2603
2604
2605
2606
2607
2608
2609
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2603

class ListActionTypesInput < Struct.new(
  :action_owner_filter,
  :next_token,
  :region_filter)
  SENSITIVE = []
  include Aws::Structure
end