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

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

#descriptionString

Resource description.

Returns:

  • (String)


650
651
652
653
654
655
656
657
658
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 650

class CreateResourceRequest < Struct.new(
  :organization_id,
  :name,
  :type,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  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)


650
651
652
653
654
655
656
657
658
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 650

class CreateResourceRequest < Struct.new(
  :organization_id,
  :name,
  :type,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the new resource.

Returns:

  • (String)


650
651
652
653
654
655
656
657
658
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 650

class CreateResourceRequest < Struct.new(
  :organization_id,
  :name,
  :type,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#organization_idString

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

Returns:

  • (String)


650
651
652
653
654
655
656
657
658
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 650

class CreateResourceRequest < Struct.new(
  :organization_id,
  :name,
  :type,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


650
651
652
653
654
655
656
657
658
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 650

class CreateResourceRequest < Struct.new(
  :organization_id,
  :name,
  :type,
  :description,
  :hidden_from_global_address_list)
  SENSITIVE = []
  include Aws::Structure
end