Class: Aws::Types::SessionData
- Inherits:
-
Object
- Object
- Aws::Types::SessionData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#current_statement_id ⇒ ::String
Returns the value of attribute current_statement_id.
-
#database ⇒ ::String
Returns the value of attribute database.
-
#db_user ⇒ ::String
Returns the value of attribute db_user.
-
#session_alive_seconds ⇒ ::Integer
Returns the value of attribute session_alive_seconds.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#session_ttl ⇒ ::Time
Returns the value of attribute session_ttl.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#workgroup_name ⇒ ::String
Returns the value of attribute workgroup_name.
Instance Attribute Details
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
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.
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.
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.
373 374 375 |
# File 'sig/types.rbs', line 373 def database @database end |
#db_user ⇒ ::String
Returns the value of attribute db_user.
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.
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.
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.
378 379 380 |
# File 'sig/types.rbs', line 378 def session_ttl @session_ttl end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
370 371 372 |
# File 'sig/types.rbs', line 370 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
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.
376 377 378 |
# File 'sig/types.rbs', line 376 def workgroup_name @workgroup_name end |