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 action already executed, see the activity record returned in DescribeScalingActivities.

Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class DescribeScheduledActionsRequest : AmazonWebServiceRequest
Public Class DescribeScheduledActionsRequest _
	Inherits AmazonWebServiceRequest
public ref class DescribeScheduledActionsRequest : public AmazonWebServiceRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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 will be 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.

Constraints:

Range
1 - 50

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)
Sets the AutoScalingGroupName property
WithEndTime(DateTime)
Sets the EndTime property
WithMaxRecords(Int32)
Sets the MaxRecords property
WithNextToken(String)
Sets the NextToken property
WithScheduledActionNames(IEnumerable<(Of <<'(String>)>>))
Adds elements to the ScheduledActionNames collection
WithScheduledActionNames(array<String>[]()[][])
Adds elements to the ScheduledActionNames collection
WithStartTime(DateTime)
Sets the StartTime property

Inheritance Hierarchy

System..::..Object
  Amazon.Runtime..::..AmazonWebServiceRequest
    Amazon.AutoScaling.Model..::..DescribeScheduledActionsRequest

See Also