pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.apigateway.kotlin.inputs
/
GetDocumentationPartPlainArgs
Get
Documentation
Part
Plain
Args
data
class
GetDocumentationPartPlainArgs
(
val
documentationPartId
:
String
,
val
restApiId
:
String
)
:
ConvertibleToJava
<
GetDocumentationPartPlainArgs
>
Constructors
Functions
Properties
Constructors
Get
Documentation
Part
Plain
Args
Link copied to clipboard
fun
GetDocumentationPartPlainArgs
(
documentationPartId
:
String
,
restApiId
:
String
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDocumentationPartPlainArgs
Properties
documentation
Part
Id
Link copied to clipboard
val
documentationPartId
:
String
The identifier of the documentation Part.
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
The string identifier of the associated RestApi.