Class: Aws::Lightsail::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource from which you want to remove a tag.

Returns:

  • (String)


14301
14302
14303
14304
14305
14306
14307
# File 'lib/aws-sdk-lightsail/types.rb', line 14301

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

#resource_nameString

The name of the resource from which you are removing a tag.

Returns:

  • (String)


14301
14302
14303
14304
14305
14306
14307
# File 'lib/aws-sdk-lightsail/types.rb', line 14301

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

#tag_keysArray<String>

The tag keys to delete from the specified resource.

Returns:

  • (Array<String>)


14301
14302
14303
14304
14305
14306
14307
# File 'lib/aws-sdk-lightsail/types.rb', line 14301

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