Class: Aws::WorkMail::Types::CreateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::CreateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#description ⇒ String
Resource description.
-
#hidden_from_global_address_list ⇒ Boolean
If this parameter is enabled, the resource will be hidden from the address book.
-
#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
#description ⇒ String
Resource description.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workmail/types.rb', line 687 class CreateResourceRequest < Struct.new( :organization_id, :name, :type, :description, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#hidden_from_global_address_list ⇒ Boolean
If this parameter is enabled, the resource will be hidden from the address book.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workmail/types.rb', line 687 class CreateResourceRequest < Struct.new( :organization_id, :name, :type, :description, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the new resource.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workmail/types.rb', line 687 class CreateResourceRequest < Struct.new( :organization_id, :name, :type, :description, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#organization_id ⇒ String
The identifier associated with the organization for which the resource is created.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workmail/types.rb', line 687 class CreateResourceRequest < Struct.new( :organization_id, :name, :type, :description, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
The type of the new resource. The available types are ‘equipment` and `room`.
687 688 689 690 691 692 693 694 695 |
# File 'lib/aws-sdk-workmail/types.rb', line 687 class CreateResourceRequest < Struct.new( :organization_id, :name, :type, :description, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |