Class: Aws::Types::CreateDataTransformationProfileSource
- Inherits:
-
Object
- Object
- Aws::Types::CreateDataTransformationProfileSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: ExistingVersionedProfileId, ProfileMapping, SampleData, StarterProfile, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#existing_versioned_profile_id ⇒ Types::ExistingVersionedProfileSource
Returns the value of attribute existing_versioned_profile_id.
-
#profile_mapping ⇒ Types::ProfileMappingSource
Returns the value of attribute profile_mapping.
-
#sample_data ⇒ Types::SampleDataSource
Returns the value of attribute sample_data.
-
#starter_profile ⇒ Types::StarterProfileSource
Returns the value of attribute starter_profile.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#existing_versioned_profile_id ⇒ Types::ExistingVersionedProfileSource
Returns the value of attribute existing_versioned_profile_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def existing_versioned_profile_id @existing_versioned_profile_id end |
#profile_mapping ⇒ Types::ProfileMappingSource
Returns the value of attribute profile_mapping.
73 74 75 |
# File 'sig/types.rbs', line 73 def profile_mapping @profile_mapping end |
#sample_data ⇒ Types::SampleDataSource
Returns the value of attribute sample_data.
74 75 76 |
# File 'sig/types.rbs', line 74 def sample_data @sample_data end |
#starter_profile ⇒ Types::StarterProfileSource
Returns the value of attribute starter_profile.
71 72 73 |
# File 'sig/types.rbs', line 71 def starter_profile @starter_profile end |
#unknown ⇒ Object
Returns the value of attribute unknown.
75 76 77 |
# File 'sig/types.rbs', line 75 def unknown @unknown end |