Class: Aws::MachineLearning::Types::DescribeTagsInput

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_idString

The ID of the ML object. For example, exampleModelId.

Returns:

  • (String)


1540
1541
1542
1543
1544
1545
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1540

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

#resource_typeString

The type of the ML object.

Returns:

  • (String)


1540
1541
1542
1543
1544
1545
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 1540

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