Show / Hide Table of Contents

Class GetResourceResult

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

Fields

View Source

Id

The provider-assigned unique ID for this managed resource.

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

ParentId

Set to the ID of the parent Resource.

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

Path

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

PathPart

Set to the path relative to the parent Resource.

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

RestApiId

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