Class: Aws::SageMaker::Types::AddTagsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AddTagsOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the SageMaker resource.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags associated with the SageMaker resource.
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 |