Class: Aws::Types::UpdateDataTransformationProfileResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_updated_at ⇒ ::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


745
746
747
# File 'sig/types.rbs', line 745

def last_updated_at
  @last_updated_at
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


741
742
743
# File 'sig/types.rbs', line 741

def profile_id
  @profile_id
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


744
745
746
# File 'sig/types.rbs', line 744

def profile_name
  @profile_name
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


742
743
744
# File 'sig/types.rbs', line 742

def source_format
  @source_format
end

#target_format ⇒ "FHIR_R4"

Returns the value of attribute target_format.

Returns:

  • ("FHIR_R4")


743
744
745
# File 'sig/types.rbs', line 743

def target_format
  @target_format
end