Class: Aws::Types::AssociateUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


37
38
39
# File 'sig/types.rbs', line 37

def domain
  @domain
end

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

Returns:

  • (::String)


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.

Returns:

  • (::Hash[::String, ::String])


38
39
40
# File 'sig/types.rbs', line 38

def tags
  @tags
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


34
35
36
# File 'sig/types.rbs', line 34

def username
  @username
end