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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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)


1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 1218

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