Class: Aws::SSOAdmin::Types::UntagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arnString

The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4054

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

#resource_arnString

The ARN of the resource with the tags to be listed.

Returns:

  • (String)


4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4054

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

#tag_keysArray<String>

The keys of tags that are attached to the resource.

Returns:

  • (Array<String>)


4054
4055
4056
4057
4058
4059
4060
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 4054

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