DescribeEventsMessage
public struct DescribeEventsMessage : AWSShape
extension ElasticBeanstalk.DescribeEventsMessage: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
Declaration
Swift
public let applicationName: String? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
Declaration
Swift
public let endTime: TimeStamp? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
Declaration
Swift
public let environmentId: String? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
Declaration
Swift
public let environmentName: String? -
Specifies the maximum number of events that can be returned, beginning with the most recent event.
Declaration
Swift
public let maxRecords: Int? -
Pagination token. If specified, the events return the next batch of results.
Declaration
Swift
public let nextToken: String? -
The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
Declaration
Swift
public let platformArn: String? -
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
Declaration
Swift
public let requestId: String? -
If specified, limits the events returned from this call to include only those with the specified severity or higher.
Declaration
Swift
public let severity: EventSeverity? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
Declaration
Swift
public let startTime: TimeStamp? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
Declaration
Swift
public let templateName: String? -
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
Declaration
Swift
public let versionLabel: String? -
init(applicationName:endTime:environmentId:environmentName:maxRecords:nextToken:platformArn:requestId:severity:startTime:templateName:versionLabel:)Undocumented
Declaration
Swift
public init(applicationName: String? = nil, endTime: TimeStamp? = nil, environmentId: String? = nil, environmentName: String? = nil, maxRecords: Int? = nil, nextToken: String? = nil, platformArn: String? = nil, requestId: String? = nil, severity: EventSeverity? = nil, startTime: TimeStamp? = nil, templateName: String? = nil, versionLabel: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> ElasticBeanstalk.DescribeEventsMessage
View on GitHub
DescribeEventsMessage Structure Reference