Class: Aws::ElasticBeanstalk::Types::EnvironmentInfoDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::EnvironmentInfoDescription
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
The information retrieved from the Amazon EC2 instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ec2_instance_id ⇒ String
The Amazon EC2 Instance ID for this information.
-
#info_type ⇒ String
The type of information retrieved.
-
#message ⇒ String
The retrieved information.
-
#sample_timestamp ⇒ Time
The time stamp when this information was retrieved.
Instance Attribute Details
#ec2_instance_id ⇒ String
The Amazon EC2 Instance ID for this information.
2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2809 class EnvironmentInfoDescription < Struct.new( :info_type, :ec2_instance_id, :sample_timestamp, :message) SENSITIVE = [] include Aws::Structure end |
#info_type ⇒ String
The type of information retrieved.
2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2809 class EnvironmentInfoDescription < Struct.new( :info_type, :ec2_instance_id, :sample_timestamp, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The retrieved information. Currently contains a presigned Amazon S3 URL. The files are deleted after 15 minutes.
Anyone in possession of this URL can access the files before they are deleted. Make the URL available only to trusted parties.
2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2809 class EnvironmentInfoDescription < Struct.new( :info_type, :ec2_instance_id, :sample_timestamp, :message) SENSITIVE = [] include Aws::Structure end |
#sample_timestamp ⇒ Time
The time stamp when this information was retrieved.
2809 2810 2811 2812 2813 2814 2815 2816 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2809 class EnvironmentInfoDescription < Struct.new( :info_type, :ec2_instance_id, :sample_timestamp, :message) SENSITIVE = [] include Aws::Structure end |