Class: Aws::Types::ListReportPlansOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1545
1546
1547
# File 'sig/types.rbs', line 1545

def next_token
  @next_token
end

#report_plans::Array[Types::ReportPlan]

Returns the value of attribute report_plans.

Returns:



1544
1545
1546
# File 'sig/types.rbs', line 1544

def report_plans
  @report_plans
end