Show / Hide Table of Contents

Class DocumentationPartLocation

Inheritance
System.Object
DocumentationPartLocation
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentationPartLocation

Fields

View Source

Method

The HTTP verb of a method. The default value is * for any method.

Declaration
public readonly string Method
Field Value
Type Description
System.String
View Source

Name

The name of the targeted API entity.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

Path

The URL path of the target. The default value is / for the root resource.

Declaration
public readonly string Path
Field Value
Type Description
System.String
View Source

StatusCode

The HTTP status code of a response. The default value is * for any status code.

Declaration
public readonly string StatusCode
Field Value
Type Description
System.String
View Source

Type

The type of API entity to which the documentation content applies. e.g. API, METHOD or REQUEST_BODY

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.