Class: Aws::Types::AdminGetDeviceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:username])

Instance Attribute Summary collapse

Instance Attribute Details

#device_key::String

Returns the value of attribute device_key.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def device_key
  @device_key
end

#user_pool_id::String

Returns the value of attribute user_pool_id.

Returns:

  • (::String)


164
165
166
# File 'sig/types.rbs', line 164

def user_pool_id
  @user_pool_id
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def username
  @username
end