Class: Aws::Types::DescribeAgentPermissionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentPermissionsRequest
- 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.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
4319 4320 4321 |
# File 'sig/types.rbs', line 4319 def agent_id @agent_id end |
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
4320 4321 4322 |
# File 'sig/types.rbs', line 4320 def aws_account_id @aws_account_id end |