Class: Aws::Types::UpdateDataTransformationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDataTransformationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_mapping.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
679 680 681 |
# File 'sig/types.rbs', line 679 def change_description @change_description end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
677 678 679 |
# File 'sig/types.rbs', line 677 def profile_id @profile_id end |
#profile_mapping ⇒ ::Hash[::String, ::String]
Returns the value of attribute profile_mapping.
678 679 680 |
# File 'sig/types.rbs', line 678 def profile_mapping @profile_mapping end |