Class: Aws::WorkMail::Types::CreateResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

Resource description.

Returns:

  • (String)


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_listBoolean

If this parameter is enabled, the resource will be hidden from the address book.

Returns:

  • (Boolean)


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

#nameString

The name of the new resource.

Returns:

  • (String)


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_idString

The identifier associated with the organization for which the resource is created.

Returns:

  • (String)


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

#typeString

The type of the new resource. The available types are ‘equipment` and `room`.

Returns:

  • (String)


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