Class: Aws::WorkMail::Types::UpdateResourceRequest

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

#booking_optionsTypes::BookingOptions

The resource's booking options to be updated.



5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#descriptionString

Updates the resource description.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#hidden_from_global_address_listBoolean

If enabled, the resource is hidden from the global address list.

Returns:

  • (Boolean)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#nameString

The name of the resource to be updated.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#organization_idString

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

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#resource_idString

The identifier of the resource to be updated.

The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Email address: resource@domain.tld

  • Resource name: resource

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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

#typeString

Updates the resource type.

Returns:

  • (String)


5002
5003
5004
5005
5006
5007
5008
5009
5010
5011
5012
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 5002

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