AWSAutoScalingDescribeScheduledActionsType
Objective-C
@interface AWSAutoScalingDescribeScheduledActionsTypeSwift
class AWSAutoScalingDescribeScheduledActionsType- 
                  
                  The name of the Auto Scaling group. DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable autoScalingGroupName;Swift var autoScalingGroupName: String? { get set }
- 
                  
                  The latest scheduled start time to return. If scheduled action names are provided, this property is ignored. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable endTime;Swift var endTime: Date? { get set }
- 
                  
                  The maximum number of items to return with this call. The default value is 50and the maximum value is100.DeclarationObjective-C @property (nonatomic, strong) NSNumber *_Nullable maxRecords;Swift var maxRecords: NSNumber? { get set }
- 
                  
                  The token for the next set of items to return. (You received this token from a previous call.) DeclarationObjective-C @property (nonatomic, strong) NSString *_Nullable nextToken;Swift var nextToken: String? { get set }
- 
                  
                  The names of one or more scheduled actions. If you omit this property, all scheduled actions are described. If you specify an unknown scheduled action, it is ignored with no error. Array Members: Maximum number of 50 actions. DeclarationObjective-C @property (nonatomic, strong) NSArray<NSString *> *_Nullable scheduledActionNames;Swift var scheduledActionNames: [String]? { get set }
- 
                  
                  The earliest scheduled start time to return. If scheduled action names are provided, this property is ignored. DeclarationObjective-C @property (nonatomic, strong) NSDate *_Nullable startTime;Swift var startTime: Date? { get set }
 View on GitHub
View on GitHub Install in Dash
Install in Dash AWSAutoScalingDescribeScheduledActionsType Class Reference
        AWSAutoScalingDescribeScheduledActionsType Class Reference