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.
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.
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.
735 736 737 |
# File 'sig/types.rbs', line 735 def profile_mapping @profile_mapping end |