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.
1717 1718 1719 1720 1721 1722 1723 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1717 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.
1717 1718 1719 1720 1721 1722 1723 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1717 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.
1717 1718 1719 1720 1721 1722 1723 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1717 class DescribeEnvironmentHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names) SENSITIVE = [] include Aws::Structure end |