Class: Aws::Types::ProactiveInsight

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:



716
717
718
# File 'sig/types.rbs', line 716

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:



708
709
710
# File 'sig/types.rbs', line 708

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.

Returns:



712
713
714
# File 'sig/types.rbs', line 712

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:



709
710
711
# File 'sig/types.rbs', line 709

def name
  @name
end

#prediction_time_rangeTypes::PredictionTimeRange

Returns the value of attribute prediction_time_range.

Returns:



713
714
715
# File 'sig/types.rbs', line 713

def prediction_time_range
  @prediction_time_range
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.

Returns:



714
715
716
# File 'sig/types.rbs', line 714

def resource_collection
  @resource_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def severity
  @severity
end

#ssm_ops_item_id::String

Returns the value of attribute ssm_ops_item_id.

Returns:



715
716
717
# File 'sig/types.rbs', line 715

def ssm_ops_item_id
  @ssm_ops_item_id
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:



711
712
713
# File 'sig/types.rbs', line 711

def status
  @status
end