Class: Aws::LookoutforVision::Types::GreengrassOutputDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::GreengrassOutputDetails
- Defined in:
- gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb
Overview
Information about the AWS IoT Greengrass component created by a model packaging job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#component_name ⇒ String
The name of the component.
-
#component_version ⇒ String
The version of the component.
-
#component_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
Instance Attribute Details
#component_name ⇒ String
The name of the component.
848 849 850 851 852 853 854 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 848 class GreengrassOutputDetails < Struct.new( :component_version_arn, :component_name, :component_version) SENSITIVE = [] include Aws::Structure end |
#component_version ⇒ String
The version of the component.
848 849 850 851 852 853 854 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 848 class GreengrassOutputDetails < Struct.new( :component_version_arn, :component_name, :component_version) SENSITIVE = [] include Aws::Structure end |
#component_version_arn ⇒ String
The Amazon Resource Name (ARN) of the component.
848 849 850 851 852 853 854 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 848 class GreengrassOutputDetails < Struct.new( :component_version_arn, :component_name, :component_version) SENSITIVE = [] include Aws::Structure end |