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_idTypes::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_mappingTypes::ProfileMappingSource

Returns the value of attribute profile_mapping.



73
74
75
# File 'sig/types.rbs', line 73

def profile_mapping
  @profile_mapping
end

#sample_dataTypes::SampleDataSource

Returns the value of attribute sample_data.



74
75
76
# File 'sig/types.rbs', line 74

def sample_data
  @sample_data
end

#starter_profileTypes::StarterProfileSource

Returns the value of attribute starter_profile.



71
72
73
# File 'sig/types.rbs', line 71

def starter_profile
  @starter_profile
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


75
76
77
# File 'sig/types.rbs', line 75

def unknown
  @unknown
end