Class: Aws::Types::ReactiveOrganizationInsightSummary

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)


815
816
817
# File 'sig/types.rbs', line 815

def 
  @account_id
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


814
815
816
# File 'sig/types.rbs', line 814

def id
  @id
end

#insight_time_rangeTypes::InsightTimeRange

Returns the value of attribute insight_time_range.



820
821
822
# File 'sig/types.rbs', line 820

def insight_time_range
  @insight_time_range
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def name
  @name
end

#organizational_unit_id::String

Returns the value of attribute organizational_unit_id.

Returns:

  • (::String)


816
817
818
# File 'sig/types.rbs', line 816

def organizational_unit_id
  @organizational_unit_id
end

#resource_collectionTypes::ResourceCollection

Returns the value of attribute resource_collection.



821
822
823
# File 'sig/types.rbs', line 821

def resource_collection
  @resource_collection
end

#service_collectionTypes::ServiceCollection

Returns the value of attribute service_collection.



822
823
824
# File 'sig/types.rbs', line 822

def service_collection
  @service_collection
end

#severity"LOW", ...

Returns the value of attribute severity.

Returns:

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


818
819
820
# File 'sig/types.rbs', line 818

def severity
  @severity
end

#status"ONGOING", "CLOSED"

Returns the value of attribute status.

Returns:

  • ("ONGOING", "CLOSED")


819
820
821
# File 'sig/types.rbs', line 819

def status
  @status
end