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)


625
626
627
# File 'sig/types.rbs', line 625

def client_token
  @client_token
end

#data_access_role_arn ⇒ ::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


624
625
626
# File 'sig/types.rbs', line 624

def data_access_role_arn
  @data_access_role_arn
end

#datastore_id ⇒ ::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


623
624
625
# File 'sig/types.rbs', line 623

def datastore_id
  @datastore_id
end

#drift_detection_enabled ⇒ Boolean

Returns the value of attribute drift_detection_enabled.

Returns:

  • (Boolean)


629
630
631
# File 'sig/types.rbs', line 629

def drift_detection_enabled
  @drift_detection_enabled
end

#input_data_config ⇒ Types::InputDataConfig

Returns the value of attribute input_data_config.



621
622
623
# File 'sig/types.rbs', line 621

def input_data_config
  @input_data_config
end

#input_format ⇒ ::String

Returns the value of attribute input_format.

Returns:

  • (::String)


628
629
630
# File 'sig/types.rbs', line 628

def input_format
  @input_format
end

#job_name ⇒ ::String

Returns the value of attribute job_name.

Returns:

  • (::String)


620
621
622
# File 'sig/types.rbs', line 620

def job_name
  @job_name
end

#job_output_data_config ⇒ Types::OutputDataConfig

Returns the value of attribute job_output_data_config.



622
623
624
# File 'sig/types.rbs', line 622

def job_output_data_config
  @job_output_data_config
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def profile_id
  @profile_id
end

#provenance_enabled ⇒ Boolean

Returns the value of attribute provenance_enabled.

Returns:

  • (Boolean)


630
631
632
# File 'sig/types.rbs', line 630

def provenance_enabled
  @provenance_enabled
end

#validation_level ⇒ "strict", ...

Returns the value of attribute validation_level.

Returns:

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


626
627
628
# File 'sig/types.rbs', line 626

def validation_level
  @validation_level
end