Class: Aws::RolesAnywhere::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tag_keys]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1140

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

#tag_keysArray<String>

A list of keys. Tag keys are the unique identifiers of tags.

Returns:

  • (Array<String>)


1140
1141
1142
1143
1144
1145
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 1140

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