Class: Aws::Types::BasicDeviceObject

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


17
18
19
# File 'sig/types.rbs', line 17

def app_id
  @app_id
end

#created::String

Returns the value of attribute created.

Returns:

  • (::String)


18
19
20
# File 'sig/types.rbs', line 18

def created
  @created
end

#last_login::String

Returns the value of attribute last_login.

Returns:

  • (::String)


19
20
21
# File 'sig/types.rbs', line 19

def 
  @last_login
end

#status_text::String

Returns the value of attribute status_text.

Returns:

  • (::String)


20
21
22
# File 'sig/types.rbs', line 20

def status_text
  @status_text
end

#suspendBoolean

Returns the value of attribute suspend.

Returns:

  • (Boolean)


21
22
23
# File 'sig/types.rbs', line 21

def suspend
  @suspend
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


22
23
24
# File 'sig/types.rbs', line 22

def type
  @type
end