Class: Aws::Types::CreateAnalysisRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAnalysisRequest
- 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.
-
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#source_entity ⇒ Types::AnalysisSourceEntity
Returns the value of attribute source_entity.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2207 2208 2209 |
# File 'sig/types.rbs', line 2207 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2206 2207 2208 |
# File 'sig/types.rbs', line 2206 def aws_account_id @aws_account_id end |
#definition ⇒ Types::AnalysisDefinition
Returns the value of attribute definition.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def definition @definition end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2216 2217 2218 |
# File 'sig/types.rbs', line 2216 def folder_arns @folder_arns end |
#name ⇒ ::String
Returns the value of attribute name.
2208 2209 2210 |
# File 'sig/types.rbs', line 2208 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
2209 2210 2211 |
# File 'sig/types.rbs', line 2209 def parameters @parameters end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2210 2211 2212 |
# File 'sig/types.rbs', line 2210 def @permissions end |
#source_entity ⇒ Types::AnalysisSourceEntity
Returns the value of attribute source_entity.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def @tags end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def validation_strategy @validation_strategy end |