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)


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.

Returns:

  • (::String)


2125
2126
2127
# File 'sig/types.rbs', line 2125

def 
  @aws_account_id
end

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

Returns:

  • (::Array[::String])


2135
2136
2137
# File 'sig/types.rbs', line 2135

def folder_arns
  @folder_arns
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2127
2128
2129
# File 'sig/types.rbs', line 2127

def name
  @name
end

#parametersTypes::Parameters

Returns the value of attribute parameters.

Returns:



2128
2129
2130
# File 'sig/types.rbs', line 2128

def parameters
  @parameters
end

#permissions::Array[Types::ResourcePermission]

Returns the value of attribute permissions.

Returns:



2129
2130
2131
# File 'sig/types.rbs', line 2129

def permissions
  @permissions
end

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

Returns:



2132
2133
2134
# File 'sig/types.rbs', line 2132

def tags
  @tags
end

#theme_arn::String

Returns the value of attribute theme_arn.

Returns:

  • (::String)


2131
2132
2133
# File 'sig/types.rbs', line 2131

def theme_arn
  @theme_arn
end

#validation_strategyTypes::ValidationStrategy

Returns the value of attribute validation_strategy.



2134
2135
2136
# File 'sig/types.rbs', line 2134

def validation_strategy
  @validation_strategy
end