Class: Aws::GreengrassV2::Types::GetCoreDeviceResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The computer architecture of the core device.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#core_device_thing_nameString

The name of the core device. This is also the name of the IoT thing.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#core_versionString

The version of the IoT Greengrass Core software that the core device runs. This version is equivalent to the version of the Greengrass nucleus component that runs on the core device. For more information, see the Greengrass nucleus component in the IoT Greengrass V2 Developer Guide.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_status_update_timestampTime

The time at which the core device's status last updated, expressed in ISO 8601 format.

Returns:

  • (Time)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#platformString

The operating system platform that the core device runs.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the core device. The core device status can be:

  • HEALTHY – The IoT Greengrass Core software and all components run on the core device without issue.

  • UNHEALTHY – The IoT Greengrass Core software or a component is in a failed state on the core device.

Returns:

  • (String)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A list of key-value pairs that contain metadata for the resource. For more information, see Tag your resources in the IoT Greengrass V2 Developer Guide.

Returns:

  • (Hash<String,String>)


1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
# File 'gems/aws-sdk-greengrassv2/lib/aws-sdk-greengrassv2/types.rb', line 1623

class GetCoreDeviceResponse < Struct.new(
  :core_device_thing_name,
  :core_version,
  :platform,
  :architecture,
  :status,
  :last_status_update_timestamp,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end