Class: Aws::WorkMail::Types::DeleteResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#organization_idString

The identifier associated with the organization from which the resource is deleted.

Returns:

  • (String)


1176
1177
1178
1179
1180
1181
# File 'lib/aws-sdk-workmail/types.rb', line 1176

class DeleteResourceRequest < Struct.new(
  :organization_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the resource to be deleted.

The identifier can accept ResourceId, or Resourcename. The following identity formats are available:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Resource name: resource

Returns:

  • (String)


1176
1177
1178
1179
1180
1181
# File 'lib/aws-sdk-workmail/types.rb', line 1176

class DeleteResourceRequest < Struct.new(
  :organization_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end