Class: Aws::Types::CreateDataTransformationProfileRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CCDA", "CSV")


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.

Returns:

  • (::Hash[::String, ::String])


68
69
70
# File 'sig/types.rbs', line 68

def tags
  @tags
end