Class: Aws::Health::Types::EntityFilter

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

Overview

The values to use to filter results from the

DescribeAffectedEntities][1

operation.

[1]: docs.aws.amazon.com/health/latest/APIReference/API_DescribeAffectedEntities.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_arnsArray<String>

A list of entity ARNs (unique identifiers).

Returns:

  • (Array<String>)


837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end

#entity_valuesArray<String>

A list of IDs for affected entities.

Returns:

  • (Array<String>)


837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end

#event_arnsArray<String>

A list of event ARNs (unique identifiers). For example: ‘“arn:aws:health:us-east-1::event/EC2/EC2_INSTANCE_RETIREMENT_SCHEDULED/EC2_INSTANCE_RETIREMENT_SCHEDULED_ABC123-CDE456”, “arn:aws:health:us-west-1::event/EBS/AWS_EBS_LOST_VOLUME/AWS_EBS_LOST_VOLUME_CHI789_JKL101”`

Returns:

  • (Array<String>)


837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timesArray<Types::DateTimeRange>

A list of the most recent dates and times that the entity was updated.

Returns:



837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end

#status_codesArray<String>

A list of entity status codes (‘IMPAIRED`, `UNIMPAIRED`, or `UNKNOWN`).

Returns:

  • (Array<String>)


837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Hash<String,String>>

A map of entity tags attached to the affected entity.

<note markdown=“1”> Currently, the ‘tags` property isn’t supported.

</note>

Returns:

  • (Array<Hash<String,String>>)


837
838
839
840
841
842
843
844
845
846
# File 'lib/aws-sdk-health/types.rb', line 837

class EntityFilter < Struct.new(
  :event_arns,
  :entity_arns,
  :entity_values,
  :last_updated_times,
  :tags,
  :status_codes)
  SENSITIVE = []
  include Aws::Structure
end