![]() |
![]()
| ![]() |
![]()
NAMEPaws::RedshiftData::StatementData USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::RedshiftData::StatementData object: $service_obj->Method(Att1 => { CreatedAt => $value, ..., UpdatedAt => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::RedshiftData::StatementData object: $result = $service_obj->Method(...); $result->Att1->CreatedAt DESCRIPTIONThe SQL statement to run. ATTRIBUTESCreatedAt => StrThe date and time (UTC) the statement was created. REQUIRED Id => StrThe SQL statement identifier. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. QueryParameters => ArrayRef[Paws::RedshiftData::SqlParameter]The parameters used in a SQL statement. QueryString => StrThe SQL statement. SecretArn => StrThe name or Amazon Resource Name (ARN) of the secret that enables access to the database. StatementName => StrThe name of the SQL statement. Status => StrThe status of the SQL statement. An example is the that the SQL statement finished. UpdatedAt => StrThe date and time (UTC) that the statement metadata was last updated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::RedshiftData BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|