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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def profile_name
  @profile_name
end

#sourceTypes::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.

Returns:

  • ("CCDA", "CSV")


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.

Returns:

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


55
56
57
# File 'sig/types.rbs', line 55

def tags
  @tags
end