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

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def cluster_identifier
  @cluster_identifier
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def database
  @database
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


292
293
294
# File 'sig/types.rbs', line 292

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def next_token
  @next_token
end

#role_levelBoolean

Returns the value of attribute role_level.

Returns:

  • (Boolean)


295
296
297
# File 'sig/types.rbs', line 295

def role_level
  @role_level
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


293
294
295
# File 'sig/types.rbs', line 293

def session_id
  @session_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "BUSY", "CLOSED")


294
295
296
# File 'sig/types.rbs', line 294

def status
  @status
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def workgroup_name
  @workgroup_name
end