ExecuteStatementOutput
public struct ExecuteStatementOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The cluster identifier.
Declaration
Swift
public let clusterIdentifier: String?
-
The date and time (UTC) the statement was created.
Declaration
Swift
public let createdAt: TimeStamp?
-
The name of the database.
Declaration
Swift
public let database: String?
-
The database user name.
Declaration
Swift
public let dbUser: String?
-
The identifier of the statement to be run. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API.
Declaration
Swift
public let id: String?
-
The name or ARN of the secret that enables access to the database.
Declaration
Swift
public let secretArn: String?
-
Undocumented
Declaration
Swift
public init(clusterIdentifier: String? = nil, createdAt: TimeStamp? = nil, database: String? = nil, dbUser: String? = nil, id: String? = nil, secretArn: String? = nil)