Class: Aws::Types::BatchGetReportsOutput

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#reports::Array[Types::Report]

Returns the value of attribute reports.



109
110
111
# File 'sig/types.rbs', line 109

def reports
  @reports
end

#reports_not_found::Array[::String]

Returns the value of attribute reports_not_found.



110
111
112
# File 'sig/types.rbs', line 110

def reports_not_found
  @reports_not_found
end