Class: Aws::Types::UserContext

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_groups::Array[Types::DataSourceGroup]

Returns the value of attribute data_source_groups.

Returns:



2159
2160
2161
# File 'sig/types.rbs', line 2159

def data_source_groups
  @data_source_groups
end

#groups::Array[::String]

Returns the value of attribute groups.

Returns:

  • (::Array[::String])


2158
2159
2160
# File 'sig/types.rbs', line 2158

def groups
  @groups
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def token
  @token
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def user_id
  @user_id
end