Class: Aws::Types::UpdateAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAnalysisRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#definition ⇒ Types::AnalysisDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
-
#source_entity ⇒ Types::AnalysisSourceEntity
Returns the value of attribute source_entity.
-
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
-
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
Instance Attribute Details
#analysis_id ⇒ ::String
Returns the value of attribute analysis_id.
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.
11964 11965 11966 |
# File 'sig/types.rbs', line 11964 def aws_account_id @aws_account_id end |
#definition ⇒ Types::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.
11966 11967 11968 |
# File 'sig/types.rbs', line 11966 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
11967 11968 11969 |
# File 'sig/types.rbs', line 11967 def parameters @parameters end |
#source_entity ⇒ Types::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.
11969 11970 11971 |
# File 'sig/types.rbs', line 11969 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
11971 11972 11973 |
# File 'sig/types.rbs', line 11971 def validation_strategy @validation_strategy end |