Class: Aws::Types::ListCopyJobSummariesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListCopyJobSummariesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
-
#copy_job_summaries ⇒ ::Array[Types::CopyJobSummary]
Returns the value of attribute copy_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregation_period ⇒ ::String
Returns the value of attribute aggregation_period.
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.
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.
1379 1380 1381 |
# File 'sig/types.rbs', line 1379 def next_token @next_token end |