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

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

Overview

Represents the output of a ListActionTypes action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_typesArray<Types::ActionType>

Provides details of the action types.

Returns:



2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2626

class ListActionTypesOutput < Struct.new(
  :action_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

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


2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2626

class ListActionTypesOutput < Struct.new(
  :action_types,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end