Class DocumentationPartLocationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentationPartLocationGetArgs : ResourceArgs
Constructors
View SourceDocumentationPartLocationGetArgs()
Declaration
public DocumentationPartLocationGetArgs()
Properties
View SourceMethod
The HTTP verb of a method. The default value is * for any method.
Declaration
public Input<string> Method { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the targeted API entity.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
The URL path of the target. The default value is / for the root resource.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StatusCode
The HTTP status code of a response. The default value is * for any status code.
Declaration
public Input<string> StatusCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
The type of API entity to which the documentation content applies. e.g. API, METHOD or REQUEST_BODY
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |