Class: Aws::MachineLearning::Types::DescribeTagsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DescribeTagsOutput
- 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
-
#resource_id ⇒ String
The ID of the tagged ML object.
-
#resource_type ⇒ String
The type of the tagged ML object.
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the ML object.
Instance Attribute Details
#resource_id ⇒ String
The ID of the tagged ML object.
1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1559 class DescribeTagsOutput < Struct.new( :resource_id, :resource_type, :tags) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the tagged ML object.
1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1559 class DescribeTagsOutput < Struct.new( :resource_id, :resource_type, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
A list of tags associated with the ML object.
1559 1560 1561 1562 1563 1564 1565 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1559 class DescribeTagsOutput < Struct.new( :resource_id, :resource_type, :tags) SENSITIVE = [] include Aws::Structure end |