Class: Aws::Types::UpdateRecommendationStatusRequestEntry

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)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def app_component_id
  @app_component_id
end

#entry_id ⇒ ::String

Returns the value of attribute entry_id.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def entry_id
  @entry_id
end

#exclude_reason ⇒ "AlreadyImplemented", ...

Returns the value of attribute exclude_reason.

Returns:

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


1448
1449
1450
# File 'sig/types.rbs', line 1448

def exclude_reason
  @exclude_reason
end

#excluded ⇒ Boolean

Returns the value of attribute excluded.

Returns:

  • (Boolean)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def excluded
  @excluded
end

#item ⇒ Types::UpdateRecommendationStatusItem

Returns the value of attribute item.



1450
1451
1452
# File 'sig/types.rbs', line 1450

def item
  @item
end

#reference_id ⇒ ::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def reference_id
  @reference_id
end