Class: Aws::SecurityAgent::Types::UserConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#roleString

The role assigned to the user. Currently, only MEMBER is supported.

Returns:

  • (String)


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