Class: Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Parameters for a call to ‘DescribeInstancesHealth`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_names ⇒ Array<String>
Specifies the response elements you wish to receive.
-
#environment_id ⇒ String
Specify the AWS Elastic Beanstalk environment by ID.
-
#environment_name ⇒ String
Specify the AWS Elastic Beanstalk environment by name.
-
#next_token ⇒ String
Specify the pagination token returned by a previous call.
Instance Attribute Details
#attribute_names ⇒ Array<String>
Specifies the response elements you wish to receive. To retrieve all attributes, set to ‘All`. If no attribute names are specified, returns a list of instances.
2076 2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2076 class DescribeInstancesHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
Specify the AWS Elastic Beanstalk environment by ID.
2076 2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2076 class DescribeInstancesHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
Specify the AWS Elastic Beanstalk environment by name.
2076 2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2076 class DescribeInstancesHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Specify the pagination token returned by a previous call.
2076 2077 2078 2079 2080 2081 2082 2083 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2076 class DescribeInstancesHealthRequest < Struct.new( :environment_name, :environment_id, :attribute_names, :next_token) SENSITIVE = [] include Aws::Structure end |