Class: Aws::Types::ListBackupJobSummariesOutput

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)


1272
1273
1274
# File 'sig/types.rbs', line 1272

def aggregation_period
  @aggregation_period
end

#backup_job_summaries::Array[Types::BackupJobSummary]

Returns the value of attribute backup_job_summaries.

Returns:



1271
1272
1273
# File 'sig/types.rbs', line 1271

def backup_job_summaries
  @backup_job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1273
1274
1275
# File 'sig/types.rbs', line 1273

def next_token
  @next_token
end