Class: Aws::SQS::Types::RemovePermissionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#labelString

The identification of the permission to remove. This is the label added using the AddPermission action.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1870

class RemovePermissionRequest < Struct.new(
  :queue_url,
  :label)
  SENSITIVE = []
  include Aws::Structure
end

#queue_urlString

The URL of the Amazon SQS queue from which permissions are removed.

Queue URLs and names are case-sensitive.

Returns:

  • (String)


1870
1871
1872
1873
1874
1875
# File 'gems/aws-sdk-sqs/lib/aws-sdk-sqs/types.rb', line 1870

class RemovePermissionRequest < Struct.new(
  :queue_url,
  :label)
  SENSITIVE = []
  include Aws::Structure
end