Class: Aws::KinesisAnalyticsV2::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the Managed Service for Apache Flink application from which to remove the tags.

Returns:

  • (String)


4984
4985
4986
4987
4988
4989
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4984

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

#tag_keysArray<String>

A list of keys of tags to remove from the specified application.

Returns:

  • (Array<String>)


4984
4985
4986
4987
4988
4989
# File 'lib/aws-sdk-kinesisanalyticsv2/types.rb', line 4984

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