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:



946
947
948
# File 'sig/types.rbs', line 946

def analysis_parameters
  @analysis_parameters
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


940
941
942
# File 'sig/types.rbs', line 940

def description
  @description
end

#error_message_configurationTypes::ErrorMessageConfiguration

Returns the value of attribute error_message_configuration.



948
949
950
# File 'sig/types.rbs', line 948

def error_message_configuration
  @error_message_configuration
end

#format"SQL", "PYSPARK_1_0"

Returns the value of attribute format.

Returns:

  • ("SQL", "PYSPARK_1_0")


943
944
945
# File 'sig/types.rbs', line 943

def format
  @format
end

#membership_identifier::String

Returns the value of attribute membership_identifier.

Returns:

  • (::String)


941
942
943
# File 'sig/types.rbs', line 941

def membership_identifier
  @membership_identifier
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


942
943
944
# File 'sig/types.rbs', line 942

def name
  @name
end

#schemaTypes::AnalysisSchema

Returns the value of attribute schema.



947
948
949
# File 'sig/types.rbs', line 947

def schema
  @schema
end

#sourceTypes::AnalysisSource

Returns the value of attribute source.



944
945
946
# File 'sig/types.rbs', line 944

def source
  @source
end

#synthetic_data_parametersTypes::SyntheticDataParameters

Returns the value of attribute synthetic_data_parameters.



949
950
951
# File 'sig/types.rbs', line 949

def synthetic_data_parameters
  @synthetic_data_parameters
end

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

Returns the value of attribute tags.

Returns:

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


945
946
947
# File 'sig/types.rbs', line 945

def tags
  @tags
end