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
- Struct
- Aws::Greengrass::Types::Core
- Defined in:
- (unknown)
Overview
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
-
#certificate_arn ⇒ String
The ARN of the certificate associated with the core.
-
#id ⇒ String
A descriptive or arbitrary ID for the core.
-
#sync_shadow ⇒ Boolean
If true, the core\'s local shadow is automatically synced with the cloud.
-
#thing_arn ⇒ String
The ARN of the thing which is the core.
Instance Attribute Details
#certificate_arn ⇒ String
The ARN of the certificate associated with the core.
#id ⇒ String
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:_-]+\'\'.
#sync_shadow ⇒ Boolean
If true, the core\'s local shadow is automatically synced with the cloud.
#thing_arn ⇒ String
The ARN of the thing which is the core.