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.
512 513 514 |
# File 'sig/types.rbs', line 512 def change_description @change_description end |
#from_existing_version ⇒ ::Integer
Returns the value of attribute from_existing_version.
511 512 513 |
# File 'sig/types.rbs', line 511 def from_existing_version @from_existing_version end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
509 510 511 |
# File 'sig/types.rbs', line 509 def profile_id @profile_id end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
510 511 512 |
# File 'sig/types.rbs', line 510 def source_format @source_format end |