toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
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
>
Members
Constructors
Get
Documentation
Part
Plain
Args
Link copied to clipboard
constructor
(
documentationPartId
:
String
,
restApiId
:
String
)
Properties
documentation
Part
Id
Link copied to clipboard
val
documentationPartId
:
String
The ID for the documentation part.
rest
Api
Id
Link copied to clipboard
val
restApiId
:
String
The string identifier of the associated RestApi.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
GetDocumentationPartPlainArgs