Class: Aws::Types::AssociateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociateUserRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
37 38 39 |
# File 'sig/types.rbs', line 37 def domain @domain end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
36 37 38 |
# File 'sig/types.rbs', line 36 def identity_provider @identity_provider end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
35 36 37 |
# File 'sig/types.rbs', line 35 def instance_id @instance_id end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
38 39 40 |
# File 'sig/types.rbs', line 38 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
34 35 36 |
# File 'sig/types.rbs', line 34 def username @username end |