Show / Hide Table of Contents

Class DocumentationPartLocationGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DocumentationPartLocationGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DocumentationPartLocationGetArgs : ResourceArgs

Constructors

View Source

DocumentationPartLocationGetArgs()

Declaration
public DocumentationPartLocationGetArgs()

Properties

View Source

Method

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>
View Source

Name

The name of the targeted API entity.

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

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.