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

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

Overview

The information retrieved from the Amazon EC2 instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_instance_idString

The Amazon EC2 Instance ID for this information.

Returns:

  • (String)


2444
2445
2446
2447
2448
2449
2450
2451
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2444

class EnvironmentInfoDescription < Struct.new(
  :info_type,
  :ec2_instance_id,
  :sample_timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#info_typeString

The type of information retrieved.

Returns:

  • (String)


2444
2445
2446
2447
2448
2449
2450
2451
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2444

class EnvironmentInfoDescription < Struct.new(
  :info_type,
  :ec2_instance_id,
  :sample_timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2444
2445
2446
2447
2448
2449
2450
2451
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2444

class EnvironmentInfoDescription < Struct.new(
  :info_type,
  :ec2_instance_id,
  :sample_timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#sample_timestampTime

The time stamp when this information was retrieved.

Returns:

  • (Time)


2444
2445
2446
2447
2448
2449
2450
2451
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2444

class EnvironmentInfoDescription < Struct.new(
  :info_type,
  :ec2_instance_id,
  :sample_timestamp,
  :message)
  SENSITIVE = []
  include Aws::Structure
end