Class: Aws::Types::CreateAnalysisRequest

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)


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.

Returns:

  • (::String)


2206
2207
2208
# File 'sig/types.rbs', line 2206

def 
  @aws_account_id
end

#definitionTypes::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.

Returns:

  • (::Array[::String])


2216
2217
2218
# File 'sig/types.rbs', line 2216

def folder_arns
  @folder_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2208
2209
2210
# File 'sig/types.rbs', line 2208

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



2209
2210
2211
# File 'sig/types.rbs', line 2209

def parameters
  @parameters
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2210
2211
2212
# File 'sig/types.rbs', line 2210

def permissions
  @permissions
end

#source_entityTypes::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.

Returns:



2213
2214
2215
# File 'sig/types.rbs', line 2213

def tags
  @tags
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2215
2216
2217
# File 'sig/types.rbs', line 2215

def validation_strategy
  @validation_strategy
end