Class: Aws::Types::Assessment
- Inherits:
-
Object
- Object
- Aws::Types::Assessment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#aws_account ⇒ Types::AWSAccount
Returns the value of attribute aws_account.
-
#framework ⇒ Types::AssessmentFramework
Returns the value of attribute framework.
-
#metadata ⇒ Types::AssessmentMetadata
Returns the value of attribute metadata.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
29 30 31 |
# File 'sig/types.rbs', line 29 def arn @arn end |
#aws_account ⇒ Types::AWSAccount
Returns the value of attribute aws_account.
30 31 32 |
# File 'sig/types.rbs', line 30 def aws_account @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.
33 34 35 |
# File 'sig/types.rbs', line 33 def @tags end |