Class: Aws::ElasticBeanstalk::Types::DescribeInstancesHealthRequest

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

Overview

Parameters for a call to DescribeInstancesHealth.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<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.

Returns:

  • (Array<String>)


2076
2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-elasticbeanstalk/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_idString

Specify the AWS Elastic Beanstalk environment by ID.

Returns:

  • (String)


2076
2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-elasticbeanstalk/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_nameString

Specify the AWS Elastic Beanstalk environment by name.

Returns:

  • (String)


2076
2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-elasticbeanstalk/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_tokenString

Specify the pagination token returned by a previous call.

Returns:

  • (String)


2076
2077
2078
2079
2080
2081
2082
2083
# File 'gems/aws-sdk-elasticbeanstalk/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