Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthRequest

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

Overview

See the example below to learn how to create a request body.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

Specify the response elements to return. To retrieve all attributes, set to ‘All`. If no attribute names are specified, returns the name of the environment.

Returns:

  • (Array<String>)


1717
1718
1719
1720
1721
1722
1723
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1717

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

#environment_idString

Specify the environment by ID.

You must specify either this or an EnvironmentName, or both.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1717

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

#environment_nameString

Specify the environment by name.

You must specify either this or an EnvironmentName, or both.

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
1723
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1717

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