Class: Aws::Types::ListCopyJobSummariesOutput

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)


1378
1379
1380
# File 'sig/types.rbs', line 1378

def aggregation_period
  @aggregation_period
end

#copy_job_summaries::Array[Types::CopyJobSummary]

Returns the value of attribute copy_job_summaries.

Returns:



1377
1378
1379
# File 'sig/types.rbs', line 1377

def copy_job_summaries
  @copy_job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1379
1380
1381
# File 'sig/types.rbs', line 1379

def next_token
  @next_token
end