Class: Aws::HealthLake::Types::ExistingVersionedProfileSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::ExistingVersionedProfileSource
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Identifies an existing data transformation profile and version to clone when creating a new profile.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#profile_id ⇒ String
The unique identifier of the existing profile to clone from.
-
#version ⇒ Integer
The version number of the existing profile to clone from.
Instance Attribute Details
#profile_id ⇒ String
The unique identifier of the existing profile to clone from.
826 827 828 829 830 831 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 826 class ExistingVersionedProfileSource < Struct.new( :profile_id, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ Integer
The version number of the existing profile to clone from.
826 827 828 829 830 831 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 826 class ExistingVersionedProfileSource < Struct.new( :profile_id, :version) SENSITIVE = [] include Aws::Structure end |