Class: Aws::Types::AssessmentTemplate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


141
142
143
# File 'sig/types.rbs', line 141

def arn
  @arn
end

#assessment_run_count::Integer

Returns the value of attribute assessment_run_count.

Returns:

  • (::Integer)


148
149
150
# File 'sig/types.rbs', line 148

def assessment_run_count
  @assessment_run_count
end

#assessment_target_arn::String

Returns the value of attribute assessment_target_arn.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def assessment_target_arn
  @assessment_target_arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


149
150
151
# File 'sig/types.rbs', line 149

def created_at
  @created_at
end

#duration_in_seconds::Integer

Returns the value of attribute duration_in_seconds.

Returns:

  • (::Integer)


144
145
146
# File 'sig/types.rbs', line 144

def duration_in_seconds
  @duration_in_seconds
end

#last_assessment_run_arn::String

Returns the value of attribute last_assessment_run_arn.

Returns:

  • (::String)


147
148
149
# File 'sig/types.rbs', line 147

def last_assessment_run_arn
  @last_assessment_run_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def name
  @name
end

#rules_package_arns::Array[::String]

Returns the value of attribute rules_package_arns.

Returns:

  • (::Array[::String])


145
146
147
# File 'sig/types.rbs', line 145

def rules_package_arns
  @rules_package_arns
end

#user_attributes_for_findings::Array[Types::Attribute]

Returns the value of attribute user_attributes_for_findings.

Returns:



146
147
148
# File 'sig/types.rbs', line 146

def user_attributes_for_findings
  @user_attributes_for_findings
end