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)


551
552
553
# File 'sig/types.rbs', line 551

def client_token
  @client_token
end

#data_access_role_arn::String

Returns the value of attribute data_access_role_arn.

Returns:

  • (::String)


550
551
552
# File 'sig/types.rbs', line 550

def data_access_role_arn
  @data_access_role_arn
end

#datastore_id::String

Returns the value of attribute datastore_id.

Returns:

  • (::String)


549
550
551
# File 'sig/types.rbs', line 549

def datastore_id
  @datastore_id
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


547
548
549
# File 'sig/types.rbs', line 547

def job_name
  @job_name
end

#output_data_configTypes::OutputDataConfig

Returns the value of attribute output_data_config.



548
549
550
# File 'sig/types.rbs', line 548

def output_data_config
  @output_data_config
end