Class: Aws::Types::ListFHIRExportJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFHIRExportJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_job_properties_list ⇒ ::Array[Types::ExportJobProperties]
Returns the value of attribute export_job_properties_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#export_job_properties_list ⇒ ::Array[Types::ExportJobProperties]
Returns the value of attribute export_job_properties_list.
440 441 442 |
# File 'sig/types.rbs', line 440 def export_job_properties_list @export_job_properties_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
441 442 443 |
# File 'sig/types.rbs', line 441 def next_token @next_token end |