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.
56 57 58 |
# File 'sig/types.rbs', line 56 def client_token @client_token end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def kms_key_id @kms_key_id end |
#profile_description ⇒ ::String
Returns the value of attribute profile_description.
53 54 55 |
# File 'sig/types.rbs', line 53 def profile_description @profile_description end |
#profile_name ⇒ ::String
Returns the value of attribute profile_name.
54 55 56 |
# File 'sig/types.rbs', line 54 def profile_name @profile_name end |
#source ⇒ Types::CreateDataTransformationProfileSource
Returns the value of attribute source.
51 52 53 |
# File 'sig/types.rbs', line 51 def source @source end |
#source_format ⇒ "CCDA", "CSV"
Returns the value of attribute source_format.
50 51 52 |
# File 'sig/types.rbs', line 50 def source_format @source_format end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
55 56 57 |
# File 'sig/types.rbs', line 55 def @tags end |