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

#nameString

The name of the new resource.

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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

#typeString

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

Returns:

  • (String)


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