Class: Aws::Types::UpdateDataTransformationProfileRequest

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)


736
737
738
# File 'sig/types.rbs', line 736

def change_description
  @change_description
end

#profile_id ⇒ ::String

Returns the value of attribute profile_id.

Returns:

  • (::String)


734
735
736
# File 'sig/types.rbs', line 734

def profile_id
  @profile_id
end

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

Returns the value of attribute profile_mapping.

Returns:

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


735
736
737
# File 'sig/types.rbs', line 735

def profile_mapping
  @profile_mapping
end