Class: Aws::SageMaker::Types::AddTagsOutput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of tags associated with the SageMaker resource.

Returns:



169
170
171
172
173
# File 'lib/aws-sdk-sagemaker/types.rb', line 169

class AddTagsOutput < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end