Class: Aws::Types::Recommendation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category::String

Returns the value of attribute category.

Returns:

  • (::String)


833
834
835
# File 'sig/types.rbs', line 833

def category
  @category
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


827
828
829
# File 'sig/types.rbs', line 827

def description
  @description
end

Returns the value of attribute link.

Returns:

  • (::String)


828
829
830
# File 'sig/types.rbs', line 828

def link
  @link
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


829
830
831
# File 'sig/types.rbs', line 829

def name
  @name
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


830
831
832
# File 'sig/types.rbs', line 830

def reason
  @reason
end

Returns the value of attribute related_anomalies.



832
833
834
# File 'sig/types.rbs', line 832

def related_anomalies
  @related_anomalies
end

Returns the value of attribute related_events.

Returns:



831
832
833
# File 'sig/types.rbs', line 831

def related_events
  @related_events
end