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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

User membership configuration

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#roleString

Role of the user associated to the agent space

Returns:

  • (String)


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