Class: Aws::HealthLake::Types::ExistingVersionedProfileSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#profile_idString

The unique identifier of the existing profile to clone from.

Returns:

  • (String)


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

#versionInteger

The version number of the existing profile to clone from.

Returns:

  • (Integer)


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