Class: Aws::Types::DescribeAgentPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAgentPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
4500 4501 4502 |
# File 'sig/types.rbs', line 4500 def agent_id @agent_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
4499 4500 4501 |
# File 'sig/types.rbs', line 4499 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
4501 4502 4503 |
# File 'sig/types.rbs', line 4501 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4502 4503 4504 |
# File 'sig/types.rbs', line 4502 def request_id @request_id end |