Class: Aws::GroundStation::Types::UntagResourceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

ARN of a resource.

Returns:

  • (String)


2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2742

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

#tag_keysArray<String>

Keys of a resource tag.

Returns:

  • (Array<String>)


2742
2743
2744
2745
2746
2747
# File 'gems/aws-sdk-groundstation/lib/aws-sdk-groundstation/types.rb', line 2742

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