Class: Aws::WorkMail::Types::CreateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateResourceRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the new resource.
-
#organization_id ⇒ String
The identifier associated with the organization for which the resource is created.
-
#type ⇒ String
The type of the new resource.
Instance Attribute Details
#name ⇒ String
The name of the new resource.
596 597 598 599 600 601 602 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 596 class CreateResourceRequest < Struct.new( :organization_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The identifier associated with the organization for which the resource is created.
596 597 598 599 600 601 602 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 596 class CreateResourceRequest < Struct.new( :organization_id, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of the new resource. The available types are equipment
and room
.
596 597 598 599 600 601 602 |
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 596 class CreateResourceRequest < Struct.new( :organization_id, :name, :type) SENSITIVE = [] include Aws::Structure end |