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.
2126 2127 2128 |
# File 'sig/types.rbs', line 2126 def analysis_id @analysis_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
2125 2126 2127 |
# File 'sig/types.rbs', line 2125 def aws_account_id @aws_account_id end |
#definition ⇒ Types::AnalysisDefinition
Returns the value of attribute definition.
2133 2134 2135 |
# File 'sig/types.rbs', line 2133 def definition @definition end |
#folder_arns ⇒ ::Array[::String]
Returns the value of attribute folder_arns.
2135 2136 2137 |
# File 'sig/types.rbs', line 2135 def folder_arns @folder_arns end |
#name ⇒ ::String
Returns the value of attribute name.
2127 2128 2129 |
# File 'sig/types.rbs', line 2127 def name @name end |
#parameters ⇒ Types::Parameters
Returns the value of attribute parameters.
2128 2129 2130 |
# File 'sig/types.rbs', line 2128 def parameters @parameters end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
2129 2130 2131 |
# File 'sig/types.rbs', line 2129 def @permissions end |
#source_entity ⇒ Types::AnalysisSourceEntity
Returns the value of attribute source_entity.
2130 2131 2132 |
# File 'sig/types.rbs', line 2130 def source_entity @source_entity end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2132 2133 2134 |
# File 'sig/types.rbs', line 2132 def @tags end |
#theme_arn ⇒ ::String
Returns the value of attribute theme_arn.
2131 2132 2133 |
# File 'sig/types.rbs', line 2131 def theme_arn @theme_arn end |
#validation_strategy ⇒ Types::ValidationStrategy
Returns the value of attribute validation_strategy.
2134 2135 2136 |
# File 'sig/types.rbs', line 2134 def validation_strategy @validation_strategy end |