Class: Aws::Pipes::Types::ListPipesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#current_stateString

The state the pipe is in.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#desired_stateString

The state the pipe should be in.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#limitInteger

The maximum number of pipes to include in the response.

Returns:

  • (Integer)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#name_prefixString

A value that will return a subset of the pipes associated with this account. For example, "NamePrefix": "ABC" will return all endpoints with "ABC" in the name.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

If nextToken is returned, there are more results available. The value of nextToken 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 an HTTP 400 InvalidToken error.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#source_prefixString

The prefix matching the pipe source.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#target_prefixString

The prefix matching the pipe target.

Returns:

  • (String)


1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1187

class ListPipesRequest < Struct.new(
  :current_state,
  :desired_state,
  :limit,
  :name_prefix,
  :next_token,
  :source_prefix,
  :target_prefix)
  SENSITIVE = [:next_token]
  include Aws::Structure
end