Class: Aws::Types::CreateDataTransformationProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTransformationProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
-
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
-
#source ⇒ Types::CreateDataTransformationProfileSource
Returns the value of attribute source.
-
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
69 70 71 |
# File 'sig/types.rbs', line 69 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
65 66 67 |
# File 'sig/types.rbs', line 65 def kms_key_id @kms_key_id end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
66 67 68 |
# File 'sig/types.rbs', line 66 def profile_description @profile_description end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
67 68 69 |
# File 'sig/types.rbs', line 67 def profile_name @profile_name end |
#source ⇒ Types::CreateDataTransformationProfileSource
Returns the value of attribute source.
64 65 66 |
# File 'sig/types.rbs', line 64 def source @source end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
63 64 65 |
# File 'sig/types.rbs', line 63 def source_format @source_format end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
68 69 70 |
# File 'sig/types.rbs', line 68 def @tags end |