Class: Aws::HealthLake::Types::StarterProfileSource

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

Identifies a built-in starter profile to use as the source when creating a data transformation profile. Valid only when the source format is Consolidated Clinical Document Architecture (C-CDA).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#starter_profile_nameString

The name of the built-in starter profile.

Returns:

  • (String)


2129
2130
2131
2132
2133
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 2129

class StarterProfileSource < Struct.new(
  :starter_profile_name)
  SENSITIVE = []
  include Aws::Structure
end