Class: Aws::Types::CreateDataTransformationProfileSource

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

Defined Under Namespace

Classes: ExistingVersionedProfileId, ProfileMapping, SampleData, StarterProfile, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:profile_mapping])

Instance Attribute Summary collapse

Instance Attribute Details

#existing_versioned_profile_id ⇒ Types::ExistingVersionedProfileSource

Returns the value of attribute existing_versioned_profile_id.



85
86
87
# File 'sig/types.rbs', line 85

def existing_versioned_profile_id
  @existing_versioned_profile_id
end

#profile_mapping ⇒ Types::ProfileMappingSource

Returns the value of attribute profile_mapping.



86
87
88
# File 'sig/types.rbs', line 86

def profile_mapping
  @profile_mapping
end

#sample_data ⇒ Types::SampleDataSource

Returns the value of attribute sample_data.



87
88
89
# File 'sig/types.rbs', line 87

def sample_data
  @sample_data
end

#starter_profile ⇒ Types::StarterProfileSource

Returns the value of attribute starter_profile.



84
85
86
# File 'sig/types.rbs', line 84

def starter_profile
  @starter_profile
end

#unknown ⇒ Object

Returns the value of attribute unknown.

Returns:

  • (Object)


88
89
90
# File 'sig/types.rbs', line 88

def unknown
  @unknown
end