Class: Aws::Types::ListStatementsRequest

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)


315
316
317
# File 'sig/types.rbs', line 315

def cluster_identifier
  @cluster_identifier
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def database
  @database
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


310
311
312
# File 'sig/types.rbs', line 310

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


309
310
311
# File 'sig/types.rbs', line 309

def next_token
  @next_token
end

#role_levelBoolean

Returns the value of attribute role_level.

Returns:

  • (Boolean)


313
314
315
# File 'sig/types.rbs', line 313

def role_level
  @role_level
end

#statement_name::String

Returns the value of attribute statement_name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def statement_name
  @statement_name
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

  • ("SUBMITTED", "PICKED", "STARTED", "FINISHED", "ABORTED", "FAILED", "ALL")


312
313
314
# File 'sig/types.rbs', line 312

def status
  @status
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def workgroup_name
  @workgroup_name
end