Class: Aws::ElasticBeanstalk::Types::RetrieveEnvironmentInfoMessage

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

Overview

Request to download logs retrieved with RequestEnvironmentInfo.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#environment_idString

The ID of the data's environment.

If no such environment is found, 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)


3762
3763
3764
3765
3766
3767
3768
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3762

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

#environment_nameString

The name of the data's environment.

If no such environment is found, 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)


3762
3763
3764
3765
3766
3767
3768
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3762

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

#info_typeString

The type of information to retrieve.

Returns:

  • (String)


3762
3763
3764
3765
3766
3767
3768
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 3762

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