Class: Aws::Types::ReactiveInsight

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


797
798
799
# File 'sig/types.rbs', line 797

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


790
791
792
# File 'sig/types.rbs', line 790

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.



794
795
796
# File 'sig/types.rbs', line 794

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


791
792
793
# File 'sig/types.rbs', line 791

def name
  @name
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



795
796
797
# File 'sig/types.rbs', line 795

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

  • ("LOW", "MEDIUM", "HIGH")


792
793
794
# File 'sig/types.rbs', line 792

def severity
  @severity
end

#ssm_ops_item_id::String

Returns the value of attribute ssm_ops_item_id.

Returns:

  • (::String)


796
797
798
# File 'sig/types.rbs', line 796

def ssm_ops_item_id
  @ssm_ops_item_id
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


793
794
795
# File 'sig/types.rbs', line 793

def status
  @status
end