Class GetPluginsPluginArgs
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.CloudAmqp.Inputs
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class GetPluginsPluginArgs : InvokeArgs
Constructors
View SourceGetPluginsPluginArgs()
Declaration
public GetPluginsPluginArgs()
Properties
View SourceDescription
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Enabled
Declaration
public bool? Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |