Class: Aws::Types::UpdateAgentPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentPermissionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
-
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
12293 12294 12295 |
# File 'sig/types.rbs', line 12293 def agent_id @agent_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
12294 12295 12296 |
# File 'sig/types.rbs', line 12294 def aws_account_id @aws_account_id end |
#grant_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute grant_permissions.
12295 12296 12297 |
# File 'sig/types.rbs', line 12295 def @grant_permissions end |
#revoke_permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute revoke_permissions.
12296 12297 12298 |
# File 'sig/types.rbs', line 12296 def @revoke_permissions end |