Class: Aws::S3Control::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID that owns the resource that you're trying to remove the tags from.

Returns:

  • (String)


8061
8062
8063
8064
8065
8066
8067
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8061

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

#resource_arnString

The Amazon Resource Name (ARN) of the S3 resource that you're trying to remove the tags from.

Returns:

  • (String)


8061
8062
8063
8064
8065
8066
8067
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8061

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

#tag_keysArray<String>

The array of tag key-value pairs that you're trying to remove from of the S3 resource.

Returns:

  • (Array<String>)


8061
8062
8063
8064
8065
8066
8067
# File 'gems/aws-sdk-s3control/lib/aws-sdk-s3control/types.rb', line 8061

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