Class: Aws::Types::ProactiveOrganizationInsightSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


735
736
737
# File 'sig/types.rbs', line 735

def 
  @account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.



740
741
742
# File 'sig/types.rbs', line 740

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


737
738
739
# File 'sig/types.rbs', line 737

def name
  @name
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


736
737
738
# File 'sig/types.rbs', line 736

def organizational_unit_id
  @organizational_unit_id
end

#prediction_time_rangeTypes::PredictionTimeRange

Returns the value of attribute prediction_time_range.



741
742
743
# File 'sig/types.rbs', line 741

def prediction_time_range
  @prediction_time_range
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



742
743
744
# File 'sig/types.rbs', line 742

def resource_collection
  @resource_collection
end

#service_collectionTypes::ServiceCollection

Returns the value of attribute service_collection.



743
744
745
# File 'sig/types.rbs', line 743

def service_collection
  @service_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


738
739
740
# File 'sig/types.rbs', line 738

def severity
  @severity
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


739
740
741
# File 'sig/types.rbs', line 739

def status
  @status
end