Class: Aws::ElasticBeanstalk::Types::RequestEnvironmentInfoMessage

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

Overview

Request to retrieve logs from an environment and store them in your Elastic Beanstalk storage bucket.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The ID of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3614

class RequestEnvironmentInfoMessage < Struct.new(
  :environment_id,
  :environment_name,
  :info_type)
  SENSITIVE = []
  include Aws::Structure
end

#environment_nameString

The name of the environment of the requested data.

If no such environment is found, RequestEnvironmentInfo returns an InvalidParameterValue error.

Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3614

class RequestEnvironmentInfoMessage < Struct.new(
  :environment_id,
  :environment_name,
  :info_type)
  SENSITIVE = []
  include Aws::Structure
end

#info_typeString

The type of information to request.

Returns:

  • (String)


3614
3615
3616
3617
3618
3619
3620
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3614

class RequestEnvironmentInfoMessage < Struct.new(
  :environment_id,
  :environment_name,
  :info_type)
  SENSITIVE = []
  include Aws::Structure
end