Class: Aws::MachineLearning::Types::DescribeTagsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::DescribeTagsInput
- Defined in:
- gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the ML object.
-
#resource_type ⇒ String
The type of the ML object.
Instance Attribute Details
#resource_id ⇒ String
The ID of the ML object. For example, exampleModelId
.
1538 1539 1540 1541 1542 1543 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1538 class DescribeTagsInput < Struct.new( :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the ML object.
1538 1539 1540 1541 1542 1543 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1538 class DescribeTagsInput < Struct.new( :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |