Class: Aws::SecurityAgent::Types::UserConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UserConfig
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
User membership configuration
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ String
Role of the user associated to the agent space.
Instance Attribute Details
#role ⇒ String
Role of the user associated to the agent space
4040 4041 4042 4043 4044 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 4040 class UserConfig < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |