Class: Aws::Types::BatchUpdateRecommendationStatusResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def app_arn
  @app_arn
end

#failed_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusFailedEntry]

Returns the value of attribute failed_entries.



210
211
212
# File 'sig/types.rbs', line 210

def failed_entries
  @failed_entries
end

#successful_entries ⇒ ::Array[Types::BatchUpdateRecommendationStatusSuccessfulEntry]

Returns the value of attribute successful_entries.



211
212
213
# File 'sig/types.rbs', line 211

def successful_entries
  @successful_entries
end