Class: Aws::Types::StartFHIRImportJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def client_token
  @client_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


567
568
569
# File 'sig/types.rbs', line 567

def data_access_role_arn
  @data_access_role_arn
end

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


566
567
568
# File 'sig/types.rbs', line 566

def datastore_id
  @datastore_id
end

#drift_detection_enabledBoolean

Returns the value of attribute drift_detection_enabled.

Returns:

  • (Boolean)


572
573
574
# File 'sig/types.rbs', line 572

def drift_detection_enabled
  @drift_detection_enabled
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



564
565
566
# File 'sig/types.rbs', line 564

def input_data_config
  @input_data_config
end

#input_format::String

Returns the value of attribute input_format.

Returns:

  • (::String)


571
572
573
# File 'sig/types.rbs', line 571

def input_format
  @input_format
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


563
564
565
# File 'sig/types.rbs', line 563

def job_name
  @job_name
end

#job_output_data_configTypes::OutputDataConfig

Returns the value of attribute job_output_data_config.



565
566
567
# File 'sig/types.rbs', line 565

def job_output_data_config
  @job_output_data_config
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def profile_id
  @profile_id
end

#provenance_enabledBoolean

Returns the value of attribute provenance_enabled.

Returns:

  • (Boolean)


573
574
575
# File 'sig/types.rbs', line 573

def provenance_enabled
  @provenance_enabled
end

#validation_level"strict", ...

Returns the value of attribute validation_level.

Returns:

  • ("strict", "structure-only", "minimal")


569
570
571
# File 'sig/types.rbs', line 569

def validation_level
  @validation_level
end