Class: Aws::ElasticBeanstalk::Types::DescribeEventsMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Request to retrieve a list of events for an environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_nameString

If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the ‘EndTime`.

Returns:

  • (Time)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_idString

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_recordsInteger

Specifies the maximum number of events that can be returned, beginning with the most recent event.

Returns:

  • (Integer)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token. If specified, the events return the next batch of results.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#platform_arnString

The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#severityString

If specified, limits the events returned from this call to include only those with the specified severity or higher.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

Returns:

  • (Time)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#version_labelString

If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

Returns:

  • (String)


2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2037

class DescribeEventsMessage < Struct.new(
  :application_name,
  :version_label,
  :template_name,
  :environment_id,
  :environment_name,
  :platform_arn,
  :request_id,
  :severity,
  :start_time,
  :end_time,
  :max_records,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end