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 SourceMethod
The HTTP verb of a method. The default value is * for any method.
Declaration
public readonly string Method
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the targeted API entity.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |