Class: Aws::Types::DeleteAssessmentFrameworkShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAssessmentFrameworkShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#request_type ⇒ "SENT", "RECEIVED"
Returns the value of attribute request_type.
Instance Attribute Details
#request_id ⇒ ::String
Returns the value of attribute request_id.
505 506 507 |
# File 'sig/types.rbs', line 505 def request_id @request_id end |
#request_type ⇒ "SENT", "RECEIVED"
Returns the value of attribute request_type.
506 507 508 |
# File 'sig/types.rbs', line 506 def request_type @request_type end |