Class GetCredentialsArgs
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
Assembly: Pulumi.CloudAmqp.dll
Syntax
public sealed class GetCredentialsArgs : InvokeArgs
Constructors
View SourceGetCredentialsArgs()
Declaration
public GetCredentialsArgs()
Properties
View SourceInstanceId
Declaration
public int InstanceId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Password
Declaration
public string Password { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public string Username { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |