Class: Aws::Types::CreateAssessmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAssessmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
Returns the value of attribute assessment_reports_destination.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
-
#scope ⇒ Types::Scope
Returns the value of attribute scope.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assessment_reports_destination ⇒ Types::AssessmentReportsDestination
Returns the value of attribute assessment_reports_destination.
416 417 418 |
# File 'sig/types.rbs', line 416 def assessment_reports_destination @assessment_reports_destination end |
#description ⇒ ::String
Returns the value of attribute description.
415 416 417 |
# File 'sig/types.rbs', line 415 def description @description end |
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
419 420 421 |
# File 'sig/types.rbs', line 419 def framework_id @framework_id end |
#name ⇒ ::String
Returns the value of attribute name.
414 415 416 |
# File 'sig/types.rbs', line 414 def name @name end |
#roles ⇒ ::Array[Types::Role]
Returns the value of attribute roles.
418 419 420 |
# File 'sig/types.rbs', line 418 def roles @roles end |
#scope ⇒ Types::Scope
Returns the value of attribute scope.
417 418 419 |
# File 'sig/types.rbs', line 417 def scope @scope end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
420 421 422 |
# File 'sig/types.rbs', line 420 def @tags end |