Class: Aws::Types::GetDataTransformationProfileResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:profile_mapping])

Instance Attribute Summary collapse

Instance Attribute Details

#change_description::String

Returns the value of attribute change_description.

Returns:

  • (::String)


277
278
279
# File 'sig/types.rbs', line 277

def change_description
  @change_description
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


278
279
280
# File 'sig/types.rbs', line 278

def last_updated_at
  @last_updated_at
end

#profile_description::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def profile_description
  @profile_description
end

#profile_id::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


270
271
272
# File 'sig/types.rbs', line 270

def profile_id
  @profile_id
end

#profile_mapping::Hash[::String, ::String]

Returns the value of attribute profile_mapping.

Returns:

  • (::Hash[::String, ::String])


274
275
276
# File 'sig/types.rbs', line 274

def profile_mapping
  @profile_mapping
end

#profile_name::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def profile_name
  @profile_name
end

#source_format"CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


272
273
274
# File 'sig/types.rbs', line 272

def source_format
  @source_format
end

#target_format"FHIR_R4"

Returns the value of attribute target_format.

Returns:

  • ("FHIR_R4")


273
274
275
# File 'sig/types.rbs', line 273

def target_format
  @target_format
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


271
272
273
# File 'sig/types.rbs', line 271

def version
  @version
end