pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iottwinmaker.kotlin.inputs
/
GetEntityPlainArgs
Get
Entity
Plain
Args
data
class
GetEntityPlainArgs
(
val
entityId
:
String
,
val
workspaceId
:
String
)
:
ConvertibleToJava
<
GetEntityPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Entity
Plain
Args
Link copied to clipboard
fun
GetEntityPlainArgs
(
entityId
:
String
,
workspaceId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetEntityPlainArgs
Properties
entity
Id
Link copied to clipboard
val
entityId
:
String
The ID of the entity.
workspace
Id
Link copied to clipboard
val
workspaceId
:
String
The ID of the workspace.