Class: Aws::SageMaker::Types::DeleteTagsInput

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource whose tags you want to delete.

Returns:

  • (String)


11054
11055
11056
11057
11058
11059
# File 'lib/aws-sdk-sagemaker/types.rb', line 11054

class DeleteTagsInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#tag_keysArray<String>

An array or one or more tag keys to delete.

Returns:

  • (Array<String>)


11054
11055
11056
11057
11058
11059
# File 'lib/aws-sdk-sagemaker/types.rb', line 11054

class DeleteTagsInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end