![]() |
![]()
| ![]() |
![]()
NAMEPaws::RedshiftData::DescribeStatementResponse ATTRIBUTESClusterIdentifier => StrThe cluster identifier. CreatedAt => StrThe date and time (UTC) when the SQL statement was submitted to run. Database => StrThe name of the database. DbUser => StrThe database user name. Duration => IntThe amount of time in nanoseconds that the statement ran. Error => StrThe error message from the cluster if the SQL statement encountered an error while running. HasResultSet => BoolA value that indicates whether the statement has a result set. The result set can be empty. REQUIRED Id => StrThe identifier of the SQL statement described. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. QueryParameters => ArrayRef[Paws::RedshiftData::SqlParameter]The parameters for the SQL statement. QueryString => StrThe SQL statement text. RedshiftPid => IntThe process identifier from Amazon Redshift. RedshiftQueryId => IntThe identifier of the query generated by Amazon Redshift. These identifiers are also available in the "query" column of the "STL_QUERY" system view. ResultRows => IntEither 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. ResultSize => IntThe size in bytes of the returned results. SecretArn => StrThe name or Amazon Resource Name (ARN) of the secret that enables access to the database. Status => StrThe status of the SQL statement being described. Status values are defined as follows:
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. _request_id => Str
|