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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

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

#desired_stateString

The state the pipe should be in.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

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

#limitInteger

The maximum number of pipes to include in the response.

Returns:

  • (Integer)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

class ListPipesRequest < Struct.new(
  :name_prefix,
  :desired_state,
  :current_state,
  :source_prefix,
  :target_prefix,
  :next_token,
  :limit)
  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)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

class ListPipesRequest < Struct.new(
  :name_prefix,
  :desired_state,
  :current_state,
  :source_prefix,
  :target_prefix,
  :next_token,
  :limit)
  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)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

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

#source_prefixString

The prefix matching the pipe source.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

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

#target_prefixString

The prefix matching the pipe target.

Returns:

  • (String)


1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
# File 'lib/aws-sdk-pipes/types.rb', line 1249

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