Class: Aws::Types::DataTransformationProfileSummary

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)


133
134
135
# File 'sig/types.rbs', line 133

def last_updated_at
  @last_updated_at
end

#profile_description ⇒ ::String

Returns the value of attribute profile_description.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def profile_description
  @profile_description
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


127
128
129
# File 'sig/types.rbs', line 127

def profile_id
  @profile_id
end

#profile_name ⇒ ::String

Returns the value of attribute profile_name.

Returns:

  • (::String)


131
132
133
# File 'sig/types.rbs', line 131

def profile_name
  @profile_name
end

#source_format ⇒ "CCDA", "CSV"

Returns the value of attribute source_format.

Returns:

  • ("CCDA", "CSV")


129
130
131
# File 'sig/types.rbs', line 129

def source_format
  @source_format
end

#target_format ⇒ "FHIR_R4"

Returns the value of attribute target_format.

Returns:

  • ("FHIR_R4")


130
131
132
# File 'sig/types.rbs', line 130

def target_format
  @target_format
end

#version ⇒ ::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


128
129
130
# File 'sig/types.rbs', line 128

def version
  @version
end