Class: Aws::Chime::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:resource_arn]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The resource ARN.

Returns:

  • (String)


8184
8185
8186
8187
8188
8189
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8184

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

#tag_keysArray<String>

The tag keys.

Returns:

  • (Array<String>)


8184
8185
8186
8187
8188
8189
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8184

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