StatementData

public struct StatementData : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time (UTC) the statement was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • id

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

    Declaration

    Swift

    public let id: String
  • The SQL statement.

    Declaration

    Swift

    public let queryString: String?
  • The name or Amazon Resource Name (ARN) of the secret that enables access to the database.

    Declaration

    Swift

    public let secretArn: String?
  • The name of the SQL statement.

    Declaration

    Swift

    public let statementName: String?
  • The status of the SQL statement. An example is the that the SQL statement finished.

    Declaration

    Swift

    public let status: StatusString?
  • The date and time (UTC) that the statement metadata was last updated.

    Declaration

    Swift

    public let updatedAt: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(createdAt: TimeStamp? = nil, id: String, queryString: String? = nil, secretArn: String? = nil, statementName: String? = nil, status: StatusString? = nil, updatedAt: TimeStamp? = nil)