Class: Aws::Types::ProactiveInsightSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resource_arns::Array[::String]

Returns the value of attribute associated_resource_arns.

Returns:

  • (::Array[::String])


729
730
731
# File 'sig/types.rbs', line 729

def associated_resource_arns
  @associated_resource_arns
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


721
722
723
# File 'sig/types.rbs', line 721

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.



725
726
727
# File 'sig/types.rbs', line 725

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


722
723
724
# File 'sig/types.rbs', line 722

def name
  @name
end

#prediction_time_rangeTypes::PredictionTimeRange

Returns the value of attribute prediction_time_range.



726
727
728
# File 'sig/types.rbs', line 726

def prediction_time_range
  @prediction_time_range
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



727
728
729
# File 'sig/types.rbs', line 727

def resource_collection
  @resource_collection
end

#service_collectionTypes::ServiceCollection

Returns the value of attribute service_collection.



728
729
730
# File 'sig/types.rbs', line 728

def service_collection
  @service_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


723
724
725
# File 'sig/types.rbs', line 723

def severity
  @severity
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


724
725
726
# File 'sig/types.rbs', line 724

def status
  @status
end