Class: Aws::Types::Insight

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1483
1484
1485
# File 'sig/types.rbs', line 1483

def creation_time
  @creation_time
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1479
1480
1481
# File 'sig/types.rbs', line 1479

def display_name
  @display_name
end

#insight_id::String

Returns the value of attribute insight_id.

Returns:

  • (::String)


1478
1479
1480
# File 'sig/types.rbs', line 1478

def insight_id
  @insight_id
end

#is_experimentalBoolean

Returns the value of attribute is_experimental.

Returns:

  • (Boolean)


1485
1486
1487
# File 'sig/types.rbs', line 1485

def is_experimental
  @is_experimental
end

#priority"CRITICAL", ...

Returns the value of attribute priority.

Returns:

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


1481
1482
1483
# File 'sig/types.rbs', line 1481

def priority
  @priority
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "RESOLVED", "DISMISSED")


1482
1483
1484
# File 'sig/types.rbs', line 1482

def status
  @status
end

#type"EVENT", "RECOMMENDATION"

Returns the value of attribute type.

Returns:

  • ("EVENT", "RECOMMENDATION")


1480
1481
1482
# File 'sig/types.rbs', line 1480

def type
  @type
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


1484
1485
1486
# File 'sig/types.rbs', line 1484

def update_time
  @update_time
end