Class: Aws::Types::SessionData

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)


375
376
377
# File 'sig/types.rbs', line 375

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


371
372
373
# File 'sig/types.rbs', line 371

def created_at
  @created_at
end

#current_statement_id::String

Returns the value of attribute current_statement_id.

Returns:

  • (::String)


379
380
381
# File 'sig/types.rbs', line 379

def current_statement_id
  @current_statement_id
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


373
374
375
# File 'sig/types.rbs', line 373

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


374
375
376
# File 'sig/types.rbs', line 374

def db_user
  @db_user
end

#session_alive_seconds::Integer

Returns the value of attribute session_alive_seconds.

Returns:

  • (::Integer)


377
378
379
# File 'sig/types.rbs', line 377

def session_alive_seconds
  @session_alive_seconds
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


369
370
371
# File 'sig/types.rbs', line 369

def session_id
  @session_id
end

#session_ttl::Time

Returns the value of attribute session_ttl.

Returns:

  • (::Time)


378
379
380
# File 'sig/types.rbs', line 378

def session_ttl
  @session_ttl
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


370
371
372
# File 'sig/types.rbs', line 370

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


372
373
374
# File 'sig/types.rbs', line 372

def updated_at
  @updated_at
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def workgroup_name
  @workgroup_name
end