AWS SDK for .NET Documentation
DescribeScheduledActionsRequest Class
AmazonAmazon.AutoScaling.ModelDescribeScheduledActionsRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the DescribeScheduledActions operation.

Lists all the actions scheduled for your Auto Scaling group that haven't been executed. To see a list of actions already executed, see the activity record returned in DescribeScalingActivities.

Declaration Syntax
C#
public class DescribeScheduledActionsRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DescribeScheduledActionsRequest()()()()
Initializes a new instance of the DescribeScheduledActionsRequest class

AutoScalingGroupName
The name of the Auto Scaling group.

Constraints:

Length
1 - 1600
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


EndTime
The latest scheduled start time to return. If scheduled action names are provided, this field is ignored.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
MaxRecords
The maximum number of scheduled actions to return.

NextToken
A string that marks the start of the next batch of returned results.

Constraints:

Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ScheduledActionNames
A list of scheduled actions to be described. If this list is omitted, all scheduled actions are described. The list of requested scheduled actions cannot contain more than 50 items. If an auto scaling group name is provided, the results are limited to that group. If unknown scheduled actions are requested, they are ignored with no error.

StartTime
The earliest scheduled start time to return. If scheduled action names are provided, this field will be ignored.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithAutoScalingGroupName(String) Obsolete.
Sets the AutoScalingGroupName property

WithEndTime(DateTime) Obsolete.
Sets the EndTime property

WithMaxRecords(Int32) Obsolete.
Sets the MaxRecords property

WithNextToken(String) Obsolete.
Sets the NextToken property

WithScheduledActionNames(array<String>[]()[][]) Obsolete.
Adds elements to the ScheduledActionNames collection

WithScheduledActionNames(IEnumerable<(Of <<'(String>)>>)) Obsolete.
Adds elements to the ScheduledActionNames collection

WithStartTime(DateTime) Obsolete.
Sets the StartTime property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 DescribeScheduledActionsRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)