Class: Aws::Types::UpdateAnalysisRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_id::String

Returns the value of attribute analysis_id.

Returns:

  • (::String)


11965
11966
11967
# File 'sig/types.rbs', line 11965

def analysis_id
  @analysis_id
end

#aws_account_id::String

Returns the value of attribute aws_account_id.

Returns:

  • (::String)


11964
11965
11966
# File 'sig/types.rbs', line 11964

def 
  @aws_account_id
end

#definitionTypes::AnalysisDefinition

Returns the value of attribute definition.



11970
11971
11972
# File 'sig/types.rbs', line 11970

def definition
  @definition
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


11966
11967
11968
# File 'sig/types.rbs', line 11966

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



11967
11968
11969
# File 'sig/types.rbs', line 11967

def parameters
  @parameters
end

#source_entityTypes::AnalysisSourceEntity

Returns the value of attribute source_entity.



11968
11969
11970
# File 'sig/types.rbs', line 11968

def source_entity
  @source_entity
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


11969
11970
11971
# File 'sig/types.rbs', line 11969

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



11971
11972
11973
# File 'sig/types.rbs', line 11971

def validation_strategy
  @validation_strategy
end