Class: Aws::Types::DisassociateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


104
105
106
# File 'sig/types.rbs', line 104

def domain
  @domain
end

#identity_providerTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


100
101
102
# File 'sig/types.rbs', line 100

def username
  @username
end