Class DocumentationVersionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApiGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentationVersionArgs : ResourceArgs
Constructors
View SourceDocumentationVersionArgs()
Declaration
public DocumentationVersionArgs()
Properties
View SourceDescription
The description of the API documentation version.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestApiId
The ID of the associated Rest API
Declaration
public Input<string> RestApiId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Version
The version identifier of the API documentation snapshot.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |