You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Greengrass::Types::Core

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Core as input to an Aws::Client method, you can use a vanilla Hash:

{
  certificate_arn: "__string", # required
  id: "__string", # required
  sync_shadow: false,
  thing_arn: "__string", # required
}

Information about a core.

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_arnString

The ARN of the certificate associated with the core.

Returns:

  • (String)

    The ARN of the certificate associated with the core.

#idString

A descriptive or arbitrary ID for the core. This value must be unique within the core definition version. Max length is 128 characters with pattern \'\'[a-zA-Z0-9:_-]+\'\'.

Returns:

  • (String)

    A descriptive or arbitrary ID for the core.

#sync_shadowBoolean

If true, the core\'s local shadow is automatically synced with the cloud.

Returns:

  • (Boolean)

    If true, the core\'s local shadow is automatically synced with the cloud.

#thing_arnString

The ARN of the thing which is the core.

Returns:

  • (String)

    The ARN of the thing which is the core.