Class: Aws::Types::UpdateAgentPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateAgentPermissionsResponse
- 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.
11912 11913 11914 |
# File 'sig/types.rbs', line 11912 def agent_id @agent_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11911 11912 11913 |
# File 'sig/types.rbs', line 11911 def arn @arn end |
#permissions ⇒ ::Array[Types::ResourcePermission]
Returns the value of attribute permissions.
11914 11915 11916 |
# File 'sig/types.rbs', line 11914 def @permissions end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
11913 11914 11915 |
# File 'sig/types.rbs', line 11913 def request_id @request_id end |