Class: Aws::Types::ListRestoreJobSummariesOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aggregation_period::String

Returns the value of attribute aggregation_period.

Returns:

  • (::String)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def aggregation_period
  @aggregation_period
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def next_token
  @next_token
end

#restore_job_summaries::Array[Types::RestoreJobSummary]

Returns the value of attribute restore_job_summaries.

Returns:



1573
1574
1575
# File 'sig/types.rbs', line 1573

def restore_job_summaries
  @restore_job_summaries
end