Class: Aws::Types::BatchGetReportGroupsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#report_groups::Array[Types::ReportGroup]

Returns the value of attribute report_groups.

Returns:



98
99
100
# File 'sig/types.rbs', line 98

def report_groups
  @report_groups
end

#report_groups_not_found::Array[::String]

Returns the value of attribute report_groups_not_found.

Returns:



99
100
101
# File 'sig/types.rbs', line 99

def report_groups_not_found
  @report_groups_not_found
end