Class: Aws::Types::BatchUpdateRecommendationStatusSuccessfulEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_component_id ⇒ ::String

Returns the value of attribute app_component_id.

Returns:

  • (::String)


216
217
218
# File 'sig/types.rbs', line 216

def app_component_id
  @app_component_id
end

#entry_id ⇒ ::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


217
218
219
# File 'sig/types.rbs', line 217

def entry_id
  @entry_id
end

#exclude_reason ⇒ "AlreadyImplemented", ...

Returns the value of attribute exclude_reason.

Returns:

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


218
219
220
# File 'sig/types.rbs', line 218

def exclude_reason
  @exclude_reason
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


219
220
221
# File 'sig/types.rbs', line 219

def excluded
  @excluded
end

#item ⇒ Types::UpdateRecommendationStatusItem

Returns the value of attribute item.



220
221
222
# File 'sig/types.rbs', line 220

def item
  @item
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


221
222
223
# File 'sig/types.rbs', line 221

def reference_id
  @reference_id
end