Class: Aws::Types::StartAssessmentFrameworkShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAssessmentFrameworkShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#comment ⇒ ::String
Returns the value of attribute comment.
-
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
-
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
-
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
Instance Attribute Details
#comment ⇒ ::String
Returns the value of attribute comment.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def comment @comment end |
#destination_account ⇒ ::String
Returns the value of attribute destination_account.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def destination_account @destination_account end |
#destination_region ⇒ ::String
Returns the value of attribute destination_region.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def destination_region @destination_region end |
#framework_id ⇒ ::String
Returns the value of attribute framework_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def framework_id @framework_id end |