You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticBeanstalk::Types::EnvironmentInfoDescription

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

The information retrieved from the Amazon EC2 instances.

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

The Amazon EC2 Instance ID for this information.

Returns:

  • (String)

    The Amazon EC2 Instance ID for this information.

#info_typeString

The type of information retrieved.

Possible values:

  • tail
  • bundle

Returns:

  • (String)

    The type of information retrieved.

#messageString

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.

Returns:

  • (String)

    The retrieved information.

#sample_timestampTime

The time stamp when this information was retrieved.

Returns:

  • (Time)

    The time stamp when this information was retrieved.