Class GetAutoscalingGroupsArgs
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetAutoscalingGroupsArgs : InvokeArgs
Constructors
View SourceGetAutoscalingGroupsArgs()
Declaration
public GetAutoscalingGroupsArgs()
Properties
View SourceFilters
A filter used to scope the list e.g. by tags. See related docs.
Declaration
public List<GetAutoscalingGroupsFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetAutoscalingGroupsFilterArgs> |