Class: Aws::HealthLake::Types::StarterProfileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::StarterProfileSource
- 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
-
#starter_profile_name ⇒ String
The name of the built-in starter profile.
Instance Attribute Details
#starter_profile_name ⇒ String
The name of the built-in starter profile.
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 |