Class: Aws::Types::DescribeStatementResponse

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)


110
111
112
# File 'sig/types.rbs', line 110

def cluster_identifier
  @cluster_identifier
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


114
115
116
# File 'sig/types.rbs', line 114

def created_at
  @created_at
end

#database::String

Returns the value of attribute database.

Returns:

  • (::String)


109
110
111
# File 'sig/types.rbs', line 109

def database
  @database
end

#db_user::String

Returns the value of attribute db_user.

Returns:

  • (::String)


108
109
110
# File 'sig/types.rbs', line 108

def db_user
  @db_user
end

#duration::Integer

Returns the value of attribute duration.

Returns:

  • (::Integer)


111
112
113
# File 'sig/types.rbs', line 111

def duration
  @duration
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


112
113
114
# File 'sig/types.rbs', line 112

def error
  @error
end

#execution_mode"TRANSACTION", "AUTO_COMMIT"

Returns the value of attribute execution_mode.

Returns:

  • ("TRANSACTION", "AUTO_COMMIT")


127
128
129
# File 'sig/types.rbs', line 127

def execution_mode
  @execution_mode
end

#has_result_setBoolean

Returns the value of attribute has_result_set.

Returns:

  • (Boolean)


117
118
119
# File 'sig/types.rbs', line 117

def has_result_set
  @has_result_set
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


106
107
108
# File 'sig/types.rbs', line 106

def id
  @id
end

#query_parameters::Array[Types::SqlParameter]

Returns the value of attribute query_parameters.

Returns:



122
123
124
# File 'sig/types.rbs', line 122

def query_parameters
  @query_parameters
end

#query_string::String

Returns the value of attribute query_string.

Returns:

  • (::String)


118
119
120
# File 'sig/types.rbs', line 118

def query_string
  @query_string
end

#redshift_pid::Integer

Returns the value of attribute redshift_pid.

Returns:

  • (::Integer)


116
117
118
# File 'sig/types.rbs', line 116

def redshift_pid
  @redshift_pid
end

#redshift_query_id::Integer

Returns the value of attribute redshift_query_id.

Returns:

  • (::Integer)


121
122
123
# File 'sig/types.rbs', line 121

def redshift_query_id
  @redshift_query_id
end

#result_format"JSON", "CSV"

Returns the value of attribute result_format.

Returns:

  • ("JSON", "CSV")


125
126
127
# File 'sig/types.rbs', line 125

def result_format
  @result_format
end

#result_rows::Integer

Returns the value of attribute result_rows.

Returns:

  • (::Integer)


119
120
121
# File 'sig/types.rbs', line 119

def result_rows
  @result_rows
end

#result_size::Integer

Returns the value of attribute result_size.

Returns:

  • (::Integer)


120
121
122
# File 'sig/types.rbs', line 120

def result_size
  @result_size
end

#secret_arn::String

Returns the value of attribute secret_arn.

Returns:

  • (::String)


107
108
109
# File 'sig/types.rbs', line 107

def secret_arn
  @secret_arn
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


126
127
128
# File 'sig/types.rbs', line 126

def session_id
  @session_id
end

#status"SUBMITTED", ...

Returns the value of attribute status.

Returns:

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


113
114
115
# File 'sig/types.rbs', line 113

def status
  @status
end

#sub_statements::Array[Types::SubStatementData]

Returns the value of attribute sub_statements.

Returns:



123
124
125
# File 'sig/types.rbs', line 123

def sub_statements
  @sub_statements
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


115
116
117
# File 'sig/types.rbs', line 115

def updated_at
  @updated_at
end

#workgroup_name::String

Returns the value of attribute workgroup_name.

Returns:

  • (::String)


124
125
126
# File 'sig/types.rbs', line 124

def workgroup_name
  @workgroup_name
end