Class: Aws::Types::AnalysisTemplate

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:



252
253
254
# File 'sig/types.rbs', line 252

def analysis_parameters
  @analysis_parameters
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


241
242
243
# File 'sig/types.rbs', line 241

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


246
247
248
# File 'sig/types.rbs', line 246

def create_time
  @create_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


244
245
246
# File 'sig/types.rbs', line 244

def description
  @description
end

#error_message_configurationTypes::ErrorMessageConfiguration

Returns the value of attribute error_message_configuration.



254
255
256
# File 'sig/types.rbs', line 254

def error_message_configuration
  @error_message_configuration
end

#format"SQL", "PYSPARK_1_0"

Returns the value of attribute format.

Returns:

  • ("SQL", "PYSPARK_1_0")


249
250
251
# File 'sig/types.rbs', line 249

def format
  @format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def id
  @id
end

#membership_arn::String

Returns the value of attribute membership_arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def membership_arn
  @membership_arn
end

#membership_id::String

Returns the value of attribute membership_id.

Returns:

  • (::String)


242
243
244
# File 'sig/types.rbs', line 242

def membership_id
  @membership_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


245
246
247
# File 'sig/types.rbs', line 245

def name
  @name
end

#schemaTypes::AnalysisSchema

Returns the value of attribute schema.



248
249
250
# File 'sig/types.rbs', line 248

def schema
  @schema
end

#sourceTypes::AnalysisSource

Returns the value of attribute source.



250
251
252
# File 'sig/types.rbs', line 250

def source
  @source
end

#source_metadataTypes::AnalysisSourceMetadata

Returns the value of attribute source_metadata.



251
252
253
# File 'sig/types.rbs', line 251

def 
  @source_metadata
end

#synthetic_data_parametersTypes::SyntheticDataParameters

Returns the value of attribute synthetic_data_parameters.



255
256
257
# File 'sig/types.rbs', line 255

def synthetic_data_parameters
  @synthetic_data_parameters
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


247
248
249
# File 'sig/types.rbs', line 247

def update_time
  @update_time
end

#validations::Array[Types::AnalysisTemplateValidationStatusDetail]

Returns the value of attribute validations.



253
254
255
# File 'sig/types.rbs', line 253

def validations
  @validations
end