Class: Aws::Types::Assessment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:framework])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def arn
  @arn
end

#aws_account ⇒ Types::AWSAccount

Returns the value of attribute aws_account.

Returns:



30
31
32
# File 'sig/types.rbs', line 30

def 
  @aws_account
end

#framework ⇒ Types::AssessmentFramework

Returns the value of attribute framework.



32
33
34
# File 'sig/types.rbs', line 32

def framework
  @framework
end

#metadata ⇒ Types::AssessmentMetadata

Returns the value of attribute metadata.



31
32
33
# File 'sig/types.rbs', line 31

def 
  @metadata
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


33
34
35
# File 'sig/types.rbs', line 33

def tags
  @tags
end