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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 169

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