Show / Hide Table of Contents

Class DocumentationVersionState

Inheritance
System.Object
InputArgs
ResourceArgs
DocumentationVersionState
Inherited Members
ResourceArgs.Empty
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 DocumentationVersionState : ResourceArgs

Constructors

View Source

DocumentationVersionState()

Declaration
public DocumentationVersionState()

Properties

View Source

Description

The description of the API documentation version.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RestApiId

The ID of the associated Rest API

Declaration
public Input<string> RestApiId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Version

The version identifier of the API documentation snapshot.

Declaration
public Input<string> Version { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.