You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Greengrass::Types::GroupVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GroupVersion
- Defined in:
- (unknown)
Overview
When passing GroupVersion as input to an Aws::Client method, you can use a vanilla Hash:
{
connector_definition_version_arn: "__string",
core_definition_version_arn: "__string",
device_definition_version_arn: "__string",
function_definition_version_arn: "__string",
logger_definition_version_arn: "__string",
resource_definition_version_arn: "__string",
subscription_definition_version_arn: "__string",
}
Information about a group version.
Returned by:
Instance Attribute Summary collapse
-
#connector_definition_version_arn ⇒ String
The ARN of the connector definition version for this group.
-
#core_definition_version_arn ⇒ String
The ARN of the core definition version for this group.
-
#device_definition_version_arn ⇒ String
The ARN of the device definition version for this group.
-
#function_definition_version_arn ⇒ String
The ARN of the function definition version for this group.
-
#logger_definition_version_arn ⇒ String
The ARN of the logger definition version for this group.
-
#resource_definition_version_arn ⇒ String
The ARN of the resource definition version for this group.
-
#subscription_definition_version_arn ⇒ String
The ARN of the subscription definition version for this group.
Instance Attribute Details
#connector_definition_version_arn ⇒ String
The ARN of the connector definition version for this group.
#core_definition_version_arn ⇒ String
The ARN of the core definition version for this group.
#device_definition_version_arn ⇒ String
The ARN of the device definition version for this group.
#function_definition_version_arn ⇒ String
The ARN of the function definition version for this group.
#logger_definition_version_arn ⇒ String
The ARN of the logger definition version for this group.
#resource_definition_version_arn ⇒ String
The ARN of the resource definition version for this group.
#subscription_definition_version_arn ⇒ String
The ARN of the subscription definition version for this group.