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.



4290
4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4290

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

#nameString

The name of the resource to be updated.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4290

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

#organization_idString

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

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4290

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

#resource_idString

The identifier of the resource to be updated.

Returns:

  • (String)


4290
4291
4292
4293
4294
4295
4296
4297
# File 'gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb', line 4290

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