toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.athena.kotlin.outputs
/
GetPreparedStatementResult
Get
Prepared
Statement
Result
data
class
GetPreparedStatementResult
(
val
description
:
String
?
=
null
,
val
queryStatement
:
String
?
=
null
)
Members
Constructors
Get
Prepared
Statement
Result
Link copied to clipboard
constructor
(
description
:
String
?
=
null
,
queryStatement
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
The description of the prepared statement.
query
Statement
Link copied to clipboard
val
queryStatement
:
String
?
=
null
The query string for the prepared statement.