Class: Aws::WorkMail::Types::DeleteResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#organization_id ⇒ String
The identifier associated with the organization from which the resource is deleted.
-
#resource_id ⇒ String
The identifier of the resource to be deleted.
Instance Attribute Details
#organization_id ⇒ String
The identifier associated with the organization from which the resource is deleted.
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_id ⇒ String
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
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 |