Show / Hide Table of Contents

Class GetBrokerLogsArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetBrokerLogsArgs
Inherited Members
InvokeArgs.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.Mq.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetBrokerLogsArgs : InvokeArgs

Constructors

View Source

GetBrokerLogsArgs()

Declaration
public GetBrokerLogsArgs()

Properties

View Source

Audit

Declaration
public bool Audit { get; set; }
Property Value
Type Description
System.Boolean
View Source

General

Declaration
public bool General { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.