Class: Aws::Types::DisassociateMpaTeamInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateMpaTeamInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"
Returns the value of attribute action.
-
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
Instance Attribute Details
#action ⇒ "IMPORT_ROOT_PUBLIC_KEY_CERTIFICATE"
Returns the value of attribute action.
137 138 139 |
# File 'sig/types.rbs', line 137 def action @action end |
#requester_comment ⇒ ::String
Returns the value of attribute requester_comment.
138 139 140 |
# File 'sig/types.rbs', line 138 def requester_comment @requester_comment end |