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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workmail/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)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1073

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)


1073
1074
1075
1076
1077
1078
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 1073

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