Class: Aws::Types::PutPermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_group ⇒ "agentPermissions"
Returns the value of attribute action_group.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#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.
349 350 351 |
# File 'sig/types.rbs', line 349 def action_group @action_group end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
350 351 352 |
# File 'sig/types.rbs', line 350 def principals @principals end |
#profiling_group_name ⇒ ::String
Returns the value of attribute profiling_group_name.
351 352 353 |
# File 'sig/types.rbs', line 351 def profiling_group_name @profiling_group_name end |
#revision_id ⇒ ::String
Returns the value of attribute revision_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def revision_id @revision_id end |