Class: Aws::Types::StartFHIRExportJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFHIRExportJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
608 609 610 |
# File 'sig/types.rbs', line 608 def client_token @client_token end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
607 608 609 |
# File 'sig/types.rbs', line 607 def data_access_role_arn @data_access_role_arn end |
#datastore_id ⇒ ::String
Returns the value of attribute datastore_id.
606 607 608 |
# File 'sig/types.rbs', line 606 def datastore_id @datastore_id end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
604 605 606 |
# File 'sig/types.rbs', line 604 def job_name @job_name end |
#output_data_config ⇒ Types::OutputDataConfig
Returns the value of attribute output_data_config.
605 606 607 |
# File 'sig/types.rbs', line 605 def output_data_config @output_data_config end |