Class: Aws::Types::PublishDataTransformationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::PublishDataTransformationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_description ⇒ ::String
Returns the value of attribute change_description.
-
#from_existing_version ⇒ ::Integer
Returns the value of attribute from_existing_version.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
Instance Attribute Details
#change_description ⇒ ::String
Returns the value of attribute change_description.
488 489 490 |
# File 'sig/types.rbs', line 488 def change_description @change_description end |
#from_existing_version ⇒ ::Integer
Returns the value of attribute from_existing_version.
487 488 489 |
# File 'sig/types.rbs', line 487 def from_existing_version @from_existing_version end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
485 486 487 |
# File 'sig/types.rbs', line 485 def profile_id @profile_id end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
486 487 488 |
# File 'sig/types.rbs', line 486 def source_format @source_format end |