Class: Aws::Types::CreateAnalysisTemplateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_parameters::Array[Types::AnalysisParameter]

Returns the value of attribute analysis_parameters.

Returns:



927
928
929
# File 'sig/types.rbs', line 927

def analysis_parameters
  @analysis_parameters
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


921
922
923
# File 'sig/types.rbs', line 921

def description
  @description
end

#error_message_configurationTypes::ErrorMessageConfiguration

Returns the value of attribute error_message_configuration.



929
930
931
# File 'sig/types.rbs', line 929

def error_message_configuration
  @error_message_configuration
end

#format"SQL", "PYSPARK_1_0"

Returns the value of attribute format.

Returns:

  • ("SQL", "PYSPARK_1_0")


924
925
926
# File 'sig/types.rbs', line 924

def format
  @format
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


922
923
924
# File 'sig/types.rbs', line 922

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


923
924
925
# File 'sig/types.rbs', line 923

def name
  @name
end

#schemaTypes::AnalysisSchema

Returns the value of attribute schema.



928
929
930
# File 'sig/types.rbs', line 928

def schema
  @schema
end

#sourceTypes::AnalysisSource

Returns the value of attribute source.



925
926
927
# File 'sig/types.rbs', line 925

def source
  @source
end

#synthetic_data_parametersTypes::SyntheticDataParameters

Returns the value of attribute synthetic_data_parameters.



930
931
932
# File 'sig/types.rbs', line 930

def synthetic_data_parameters
  @synthetic_data_parameters
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


926
927
928
# File 'sig/types.rbs', line 926

def tags
  @tags
end