Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentHealthRequest
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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
-
#attribute_names ⇒ Array<String>
Specify the response elements to return.
-
#environment_id ⇒ String
Specify the environment by ID.
-
#environment_name ⇒ String
Specify the environment by name.
Instance Attribute Details
#attribute_names ⇒ Array<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.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1775 class DescribeEnvironmentHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
Specify the environment by ID.
You must specify either this or an EnvironmentName, or both.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1775 class DescribeEnvironmentHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
Specify the environment by name.
You must specify either this or an EnvironmentName, or both.
1775 1776 1777 1778 1779 1780 1781 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1775 class DescribeEnvironmentHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names) SENSITIVE = [] include Aws::Structure end |