Class: Aws::Types::AgentAccessSetting
- Inherits:
-
Object
- Object
- Aws::Types::AgentAccessSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_action ⇒ "COMPUTER_VISION", ...
Returns the value of attribute agent_action.
-
#permission ⇒ "ENABLED", "DISABLED"
Returns the value of attribute permission.
Instance Attribute Details
#agent_action ⇒ "COMPUTER_VISION", ...
Returns the value of attribute agent_action.
49 50 51 |
# File 'sig/types.rbs', line 49 def agent_action @agent_action end |
#permission ⇒ "ENABLED", "DISABLED"
Returns the value of attribute permission.
50 51 52 |
# File 'sig/types.rbs', line 50 def end |