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)


301
302
303
# File 'sig/types.rbs', line 301

def change_description
  @change_description
end

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


302
303
304
# File 'sig/types.rbs', line 302

def last_updated_at
  @last_updated_at
end

#profile_description ⇒ ::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


300
301
302
# File 'sig/types.rbs', line 300

def profile_description
  @profile_description
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


294
295
296
# File 'sig/types.rbs', line 294

def profile_id
  @profile_id
end

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

Returns the value of attribute profile_mapping.

Returns:

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


298
299
300
# File 'sig/types.rbs', line 298

def profile_mapping
  @profile_mapping
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def profile_name
  @profile_name
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


296
297
298
# File 'sig/types.rbs', line 296

def source_format
  @source_format
end

#target_format ⇒ "FHIR_R4"

Returns the value of attribute target_format.

Returns:

  • ("FHIR_R4")


297
298
299
# File 'sig/types.rbs', line 297

def target_format
  @target_format
end

#version ⇒ ::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


295
296
297
# File 'sig/types.rbs', line 295

def version
  @version
end