Class: Aws::Greengrass::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Returns:

  • (String)


4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4452

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

#tag_keysArray<String>

Returns:

  • (Array<String>)


4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-greengrass/lib/aws-sdk-greengrass/types.rb', line 4452

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