Class: Aws::Types::RemovePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemovePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group ⇒ "agentPermissions"
Returns the value of attribute action_group.
-
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
-
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
Instance Attribute Details
#action_group ⇒ "agentPermissions"
Returns the value of attribute action_group.
384 385 386 |
# File 'sig/types.rbs', line 384 def action_group @action_group end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
385 386 387 |
# File 'sig/types.rbs', line 385 def profiling_group_name @profiling_group_name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
386 387 388 |
# File 'sig/types.rbs', line 386 def revision_id @revision_id end |