Class: Aws::Types::UserContext
- Inherits:
-
Object
- Object
- Aws::Types::UserContext
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_source_groups ⇒ ::Array[Types::DataSourceGroup]
Returns the value of attribute data_source_groups.
-
#groups ⇒ ::Array[::String]
Returns the value of attribute groups.
-
#token ⇒ ::String
Returns the value of attribute token.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#data_source_groups ⇒ ::Array[Types::DataSourceGroup]
Returns the value of attribute data_source_groups.
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.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def groups @groups end |
#token ⇒ ::String
Returns the value of attribute token.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def token @token end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def user_id @user_id end |