Class: Aws::Greengrass::Types::GroupVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::Greengrass::Types::GroupVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrass/types.rb
Overview
Information about a group version.
Constant Summary collapse
- SENSITIVE =
[]
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.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#core_definition_version_arn ⇒ String
The ARN of the core definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#device_definition_version_arn ⇒ String
The ARN of the device definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#function_definition_version_arn ⇒ String
The ARN of the function definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#logger_definition_version_arn ⇒ String
The ARN of the logger definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#resource_definition_version_arn ⇒ String
The ARN of the resource definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |
#subscription_definition_version_arn ⇒ String
The ARN of the subscription definition version for this group.
3162 3163 3164 3165 3166 3167 3168 3169 3170 3171 3172 |
# File 'lib/aws-sdk-greengrass/types.rb', line 3162 class GroupVersion < Struct.new( :connector_definition_version_arn, :core_definition_version_arn, :device_definition_version_arn, :function_definition_version_arn, :logger_definition_version_arn, :resource_definition_version_arn, :subscription_definition_version_arn) SENSITIVE = [] include Aws::Structure end |