Class: Aws::AppStream::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the resource.

Returns:

  • (String)


4829
4830
4831
4832
4833
4834
# File 'lib/aws-sdk-appstream/types.rb', line 4829

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

#tag_keysArray<String>

The tag keys for the tags to disassociate.

Returns:

  • (Array<String>)


4829
4830
4831
4832
4833
4834
# File 'lib/aws-sdk-appstream/types.rb', line 4829

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