Class: Aws::ElasticBeanstalk::Types::DescribeEventsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEventsMessage
- 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
-
#application_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
-
#end_time ⇒ Time
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the ‘EndTime`.
-
#environment_id ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
#environment_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
-
#max_records ⇒ Integer
Specifies the maximum number of events that can be returned, beginning with the most recent event.
-
#next_token ⇒ String
Pagination token.
-
#platform_arn ⇒ String
The ARN of a custom platform version.
-
#request_id ⇒ String
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
-
#severity ⇒ String
If specified, limits the events returned from this call to include only those with the specified severity or higher.
-
#start_time ⇒ Time
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
-
#template_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
-
#version_label ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
Instance Attribute Details
#application_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
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_time ⇒ Time
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the ‘EndTime`.
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_id ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
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_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
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_records ⇒ Integer
Specifies the maximum number of events that can be returned, beginning with the most recent event.
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_token ⇒ String
Pagination token. If specified, the events return the next batch of results.
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_arn ⇒ 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.
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_id ⇒ String
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
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 |
#severity ⇒ String
If specified, limits the events returned from this call to include only those with the specified severity or higher.
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_time ⇒ Time
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this 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_name ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
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_label ⇒ String
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
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 |