Class: Aws::Types::GetDataTransformationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDataTransformationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_version ⇒ ::Integer
Returns the value of attribute profile_version.
Instance Attribute Details
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
264 265 266 |
# File 'sig/types.rbs', line 264 def profile_id @profile_id end |
#profile_version ⇒ ::Integer
Returns the value of attribute profile_version.
265 266 267 |
# File 'sig/types.rbs', line 265 def profile_version @profile_version end |