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
The configuration for a user membership, including the role assigned to the user within the agent space.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#role ⇒ String
The role assigned to the user.
Instance Attribute Details
#role ⇒ String
The role assigned to the user. Currently, only MEMBER is supported.
5261 5262 5263 5264 5265 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 5261 class UserConfig < Struct.new( :role) SENSITIVE = [] include Aws::Structure end |