Class: Aws::ElementalInference::Types::GetOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb

Overview

Contains configuration information about one output in a feed. It is used in the GetFeed action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the output.

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 447

class GetOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description,
  :from_association)
  SENSITIVE = []
  include Aws::Structure
end

#from_associationBoolean

True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.

Returns:

  • (Boolean)


447
448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 447

class GetOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description,
  :from_association)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The ARN of the output.

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 447

class GetOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description,
  :from_association)
  SENSITIVE = []
  include Aws::Structure
end

#output_configTypes::OutputConfig

A typed property for an output in a feed. It is used in the GetFeed action. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.

Returns:



447
448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 447

class GetOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description,
  :from_association)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the output.

Returns:

  • (String)


447
448
449
450
451
452
453
454
455
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 447

class GetOutput < Struct.new(
  :name,
  :output_config,
  :status,
  :description,
  :from_association)
  SENSITIVE = []
  include Aws::Structure
end