Class: Aws::Types::InspectorServiceAttributes

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_run_arn::String

Returns the value of attribute assessment_run_arn.

Returns:

  • (::String)


437
438
439
# File 'sig/types.rbs', line 437

def assessment_run_arn
  @assessment_run_arn
end

#rules_package_arn::String

Returns the value of attribute rules_package_arn.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def rules_package_arn
  @rules_package_arn
end

#schema_version::Integer

Returns the value of attribute schema_version.

Returns:

  • (::Integer)


436
437
438
# File 'sig/types.rbs', line 436

def schema_version
  @schema_version
end