Class: Aws::Types::UpdateAssessmentFrameworkShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAssessmentFrameworkShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "ACCEPT", ...
Returns the value of attribute action.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#request_type ⇒ "SENT", "RECEIVED"
Returns the value of attribute request_type.
Instance Attribute Details
#action ⇒ "ACCEPT", ...
Returns the value of attribute action.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def action @action end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def request_id @request_id end |
#request_type ⇒ "SENT", "RECEIVED"
Returns the value of attribute request_type.
1197 1198 1199 |
# File 'sig/types.rbs', line 1197 def request_type @request_type end |