Class: Aws::MachineLearning::Types::DescribeTagsOutput

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

Overview

Amazon ML returns the following elements.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the tagged ML object.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1561

class DescribeTagsOutput < Struct.new(
  :resource_id,
  :resource_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the tagged ML object.

Returns:

  • (String)


1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1561

class DescribeTagsOutput < Struct.new(
  :resource_id,
  :resource_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

A list of tags associated with the ML object.

Returns:



1561
1562
1563
1564
1565
1566
1567
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1561

class DescribeTagsOutput < Struct.new(
  :resource_id,
  :resource_type,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end