ScheduledActionsMessage class

Constructors

ScheduledActionsMessage({String? marker, List<ScheduledAction>? scheduledActions})
ScheduledActionsMessage.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
marker String?
An optional parameter that specifies the starting point to return a set of response records. When the results of a DescribeScheduledActions request exceed the value specified in MaxRecords, AWS returns a value in the Marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the Marker parameter and retrying the request.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledActions List<ScheduledAction>?
List of retrieved scheduled actions.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited