Class: Aws::Types::CoreDevice

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#architecture ⇒ ::String

Returns the value of attribute architecture.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def architecture
  @architecture
end

#core_device_thing_name ⇒ ::String

Returns the value of attribute core_device_thing_name.

Returns:

  • (::String)


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

def core_device_thing_name
  @core_device_thing_name
end

#last_status_update_timestamp ⇒ ::Time

Returns the value of attribute last_status_update_timestamp.

Returns:

  • (::Time)


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

def last_status_update_timestamp
  @last_status_update_timestamp
end

#platform ⇒ ::String

Returns the value of attribute platform.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def platform
  @platform
end

#runtime ⇒ ::String

Returns the value of attribute runtime.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def runtime
  @runtime
end

#status ⇒ "HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


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

def status
  @status
end