Class: Aws::AuditManager::Types::Resource

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-auditmanager/types.rb

Overview

A system asset that is evaluated in an AWS Audit Manager assessment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) for the specified resource.

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
# File 'lib/aws-sdk-auditmanager/types.rb', line 3377

class Resource < Struct.new(
  :arn,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value of the specified resource.

Returns:

  • (String)


3377
3378
3379
3380
3381
3382
# File 'lib/aws-sdk-auditmanager/types.rb', line 3377

class Resource < Struct.new(
  :arn,
  :value)
  SENSITIVE = []
  include Aws::Structure
end