Class: Aws::AppTest::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/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)


3068
3069
3070
3071
3072
3073
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3068

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

#tag_keysArray<String>

The tag keys of the resource.

Returns:

  • (Array<String>)


3068
3069
3070
3071
3072
3073
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 3068

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