Class: Aws::Types::CollaborationAnalysisTemplate

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:



466
467
468
# File 'sig/types.rbs', line 466

def analysis_parameters
  @analysis_parameters
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def arn
  @arn
end

#collaboration_arn::String

Returns the value of attribute collaboration_arn.

Returns:

  • (::String)


456
457
458
# File 'sig/types.rbs', line 456

def collaboration_arn
  @collaboration_arn
end

#collaboration_id::String

Returns the value of attribute collaboration_id.

Returns:

  • (::String)


455
456
457
# File 'sig/types.rbs', line 455

def collaboration_id
  @collaboration_id
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


460
461
462
# File 'sig/types.rbs', line 460

def create_time
  @create_time
end

#creator_account_id::String

Returns the value of attribute creator_account_id.

Returns:

  • (::String)


458
459
460
# File 'sig/types.rbs', line 458

def 
  @creator_account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


457
458
459
# File 'sig/types.rbs', line 457

def description
  @description
end

#error_message_configurationTypes::ErrorMessageConfiguration

Returns the value of attribute error_message_configuration.



468
469
470
# File 'sig/types.rbs', line 468

def error_message_configuration
  @error_message_configuration
end

#format"SQL", "PYSPARK_1_0"

Returns the value of attribute format.

Returns:

  • ("SQL", "PYSPARK_1_0")


463
464
465
# File 'sig/types.rbs', line 463

def format
  @format
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


453
454
455
# File 'sig/types.rbs', line 453

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


459
460
461
# File 'sig/types.rbs', line 459

def name
  @name
end

#schemaTypes::AnalysisSchema

Returns the value of attribute schema.



462
463
464
# File 'sig/types.rbs', line 462

def schema
  @schema
end

#sourceTypes::AnalysisSource

Returns the value of attribute source.



464
465
466
# File 'sig/types.rbs', line 464

def source
  @source
end

#source_metadataTypes::AnalysisSourceMetadata

Returns the value of attribute source_metadata.



465
466
467
# File 'sig/types.rbs', line 465

def 
  @source_metadata
end

#synthetic_data_parametersTypes::SyntheticDataParameters

Returns the value of attribute synthetic_data_parameters.



469
470
471
# File 'sig/types.rbs', line 469

def synthetic_data_parameters
  @synthetic_data_parameters
end

#update_time::Time

Returns the value of attribute update_time.

Returns:

  • (::Time)


461
462
463
# File 'sig/types.rbs', line 461

def update_time
  @update_time
end

#validations::Array[Types::AnalysisTemplateValidationStatusDetail]

Returns the value of attribute validations.



467
468
469
# File 'sig/types.rbs', line 467

def validations
  @validations
end