Class: Aws::SWF::Types::ListWorkflowTypesInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the domain in which the workflow types have been registered.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_page_sizeInteger

The maximum number of results that are returned per call. Use nextPageToken to obtain further pages of results.

Returns:

  • (Integer)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

If specified, lists the workflow type with this name.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_page_tokenString

If NextPageToken is returned there are more results available. The value of NextPageToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return a 400 error: "Specified token has exceeded its maximum lifetime".

The configured maximumPageSize determines how many results can be returned in a single call.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end

#registration_statusString

Specifies the registration status of the workflow types to list.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end

#reverse_orderBoolean

When set to true, returns the results in reverse order. By default the results are returned in ascending alphabetical order of the name of the workflow types.

Returns:

  • (Boolean)


3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
# File 'gems/aws-sdk-swf/lib/aws-sdk-swf/types.rb', line 3264

class ListWorkflowTypesInput < Struct.new(
  :domain,
  :name,
  :registration_status,
  :next_page_token,
  :maximum_page_size,
  :reverse_order)
  SENSITIVE = []
  include Aws::Structure
end