Class: Aws::Types::RecommendationItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#already_implemented ⇒ Boolean

Returns the value of attribute already_implemented.

Returns:

  • (Boolean)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def already_implemented
  @already_implemented
end

#discovered_alarm ⇒ Types::Alarm

Returns the value of attribute discovered_alarm.

Returns:



1097
1098
1099
# File 'sig/types.rbs', line 1097

def discovered_alarm
  @discovered_alarm
end

#exclude_reason ⇒ "AlreadyImplemented", ...

Returns the value of attribute exclude_reason.

Returns:

  • ("AlreadyImplemented", "NotRelevant", "ComplexityOfImplementation")


1098
1099
1100
# File 'sig/types.rbs', line 1098

def exclude_reason
  @exclude_reason
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


1099
1100
1101
# File 'sig/types.rbs', line 1099

def excluded
  @excluded
end

#latest_discovered_experiment ⇒ Types::Experiment

Returns the value of attribute latest_discovered_experiment.

Returns:



1100
1101
1102
# File 'sig/types.rbs', line 1100

def latest_discovered_experiment
  @latest_discovered_experiment
end

#resource_id ⇒ ::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1101
1102
1103
# File 'sig/types.rbs', line 1101

def resource_id
  @resource_id
end

#target_account_id ⇒ ::String

Returns the value of attribute target_account_id.

Returns:

  • (::String)


1102
1103
1104
# File 'sig/types.rbs', line 1102

def 
  @target_account_id
end

#target_region ⇒ ::String

Returns the value of attribute target_region.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def target_region
  @target_region
end