Class: Aws::Types::StartFHIRExportJobRequest

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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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