Class: Aws::Types::ListPipesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#current_state"RUNNING", ...

Returns the value of attribute current_state.

Returns:

  • ("RUNNING", "STOPPED", "CREATING", "UPDATING", "DELETING", "STARTING", "STOPPING", "CREATE_FAILED", "UPDATE_FAILED", "START_FAILED", "STOP_FAILED", "DELETE_FAILED", "CREATE_ROLLBACK_FAILED", "DELETE_ROLLBACK_FAILED", "UPDATE_ROLLBACK_FAILED")


240
241
242
# File 'sig/types.rbs', line 240

def current_state
  @current_state
end

#desired_state"RUNNING", "STOPPED"

Returns the value of attribute desired_state.

Returns:

  • ("RUNNING", "STOPPED")


239
240
241
# File 'sig/types.rbs', line 239

def desired_state
  @desired_state
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


244
245
246
# File 'sig/types.rbs', line 244

def limit
  @limit
end

#name_prefix::String

Returns the value of attribute name_prefix.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def name_prefix
  @name_prefix
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def next_token
  @next_token
end

#source_prefix::String

Returns the value of attribute source_prefix.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def source_prefix
  @source_prefix
end

#target_prefix::String

Returns the value of attribute target_prefix.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def target_prefix
  @target_prefix
end