GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::RedshiftData::DescribeStatementResponse(3) User Contributed Perl Documentation Paws::RedshiftData::DescribeStatementResponse(3)

Paws::RedshiftData::DescribeStatementResponse

The cluster identifier.

The date and time (UTC) when the SQL statement was submitted to run.

The name of the database.

The database user name.

The amount of time in nanoseconds that the statement ran.

The error message from the cluster if the SQL statement encountered an error while running.

A value that indicates whether the statement has a result set. The result set can be empty.

REQUIRED Id => Str

The identifier of the SQL statement described. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.

The parameters for the SQL statement.

The SQL statement text.

The process identifier from Amazon Redshift.

The identifier of the query generated by Amazon Redshift. These identifiers are also available in the "query" column of the "STL_QUERY" system view.

Either the number of rows returned from the SQL statement or the number of rows affected. If result size is greater than zero, the result rows can be the number of rows affected by SQL statements such as INSERT, UPDATE, DELETE, COPY, and others.

The size in bytes of the returned results.

The name or Amazon Resource Name (ARN) of the secret that enables access to the database.

The status of the SQL statement being described. Status values are defined as follows:

  • ABORTED - The query run was stopped by the user.
  • ALL - A status value that includes all query statuses. This value can be used to filter results.
  • FAILED - The query run failed.
  • FINISHED - The query has finished running.
  • PICKED - The query has been chosen to be run.
  • STARTED - The query run has started.
  • SUBMITTED - The query was submitted, but not yet processed.

Valid values are: "SUBMITTED", "PICKED", "STARTED", "FINISHED", "ABORTED", "FAILED", "ALL" =head2 UpdatedAt => Str

The date and time (UTC) that the metadata for the SQL statement was last updated. An example is the time the status last changed.

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.