Class: Aws::Types::GetCoreDeviceResponse

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)


366
367
368
# File 'sig/types.rbs', line 366

def architecture
  @architecture
end

#core_device_thing_name ⇒ ::String

Returns the value of attribute core_device_thing_name.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def core_device_thing_name
  @core_device_thing_name
end

#core_version ⇒ ::String

Returns the value of attribute core_version.

Returns:

  • (::String)


364
365
366
# File 'sig/types.rbs', line 364

def core_version
  @core_version
end

#last_status_update_timestamp ⇒ ::Time

Returns the value of attribute last_status_update_timestamp.

Returns:

  • (::Time)


369
370
371
# File 'sig/types.rbs', line 369

def last_status_update_timestamp
  @last_status_update_timestamp
end

#platform ⇒ ::String

Returns the value of attribute platform.

Returns:

  • (::String)


365
366
367
# File 'sig/types.rbs', line 365

def platform
  @platform
end

#runtime ⇒ ::String

Returns the value of attribute runtime.

Returns:

  • (::String)


367
368
369
# File 'sig/types.rbs', line 367

def runtime
  @runtime
end

#status ⇒ "HEALTHY", "UNHEALTHY"

Returns the value of attribute status.

Returns:

  • ("HEALTHY", "UNHEALTHY")


368
369
370
# File 'sig/types.rbs', line 368

def status
  @status
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


370
371
372
# File 'sig/types.rbs', line 370

def tags
  @tags
end