Class: Aws::LookoutforVision::Types::GreengrassOutputDetails

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#component_nameString

The name of the component.

Returns:

  • (String)


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_versionString

The version of the component.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the component.

Returns:

  • (String)


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