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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-groundstation/types.rb', line 2764

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

#tag_keysArray<String>

Keys of a resource tag.

Returns:

  • (Array<String>)


2764
2765
2766
2767
2768
2769
# File 'lib/aws-sdk-groundstation/types.rb', line 2764

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