Class: Aws::Types::ListSessionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


418
419
420
# File 'sig/types.rbs', line 418

def application_id
  @application_id
end

#created_at_after ⇒ ::Time

Returns the value of attribute created_at_after.

Returns:

  • (::Time)


422
423
424
# File 'sig/types.rbs', line 422

def created_at_after
  @created_at_after
end

#created_at_before ⇒ ::Time

Returns the value of attribute created_at_before.

Returns:

  • (::Time)


423
424
425
# File 'sig/types.rbs', line 423

def created_at_before
  @created_at_before
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


420
421
422
# File 'sig/types.rbs', line 420

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


419
420
421
# File 'sig/types.rbs', line 419

def next_token
  @next_token
end

#states ⇒ ::Array[("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "FAILED" | "TERMINATING" | "TERMINATED")]

Returns the value of attribute states.

Returns:

  • (::Array[("SUBMITTED" | "STARTING" | "STARTED" | "IDLE" | "BUSY" | "FAILED" | "TERMINATING" | "TERMINATED")])


421
422
423
# File 'sig/types.rbs', line 421

def states
  @states
end