Class: Aws::Types::DisassociateUserRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateUserRequest
- 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.
-
#instance_user_arn ⇒ ::String
Returns the value of attribute instance_user_arn.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
104 105 106 |
# File 'sig/types.rbs', line 104 def domain @domain end |
#identity_provider ⇒ Types::IdentityProvider
Returns the value of attribute identity_provider.
102 103 104 |
# File 'sig/types.rbs', line 102 def identity_provider @identity_provider end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
101 102 103 |
# File 'sig/types.rbs', line 101 def instance_id @instance_id end |
#instance_user_arn ⇒ ::String
Returns the value of attribute instance_user_arn.
103 104 105 |
# File 'sig/types.rbs', line 103 def instance_user_arn @instance_user_arn end |
#username ⇒ ::String
Returns the value of attribute username.
100 101 102 |
# File 'sig/types.rbs', line 100 def username @username end |