Class: Aws::Types::ReactiveInsightSummary

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])


809
810
811
# File 'sig/types.rbs', line 809

def associated_resource_arns
  @associated_resource_arns
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


802
803
804
# File 'sig/types.rbs', line 802

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.



806
807
808
# File 'sig/types.rbs', line 806

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


803
804
805
# File 'sig/types.rbs', line 803

def name
  @name
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



807
808
809
# File 'sig/types.rbs', line 807

def resource_collection
  @resource_collection
end

#service_collectionTypes::ServiceCollection

Returns the value of attribute service_collection.



808
809
810
# File 'sig/types.rbs', line 808

def service_collection
  @service_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


804
805
806
# File 'sig/types.rbs', line 804

def severity
  @severity
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


805
806
807
# File 'sig/types.rbs', line 805

def status
  @status
end