Class: Aws::WorkMail::Types::UpdateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#booking_options ⇒ Types::BookingOptions
The resource’s booking options to be updated.
-
#description ⇒ String
Updates the resource description.
-
#hidden_from_global_address_list ⇒ Boolean
If enabled, the resource is hidden from the global address list.
-
#name ⇒ String
The name of the resource to be updated.
-
#organization_id ⇒ String
The identifier associated with the organization for which the resource is updated.
-
#resource_id ⇒ String
The identifier of the resource to be updated.
-
#type ⇒ String
Updates the resource type.
Instance Attribute Details
#booking_options ⇒ Types::BookingOptions
The resource’s booking options to be updated.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Updates the resource description.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#hidden_from_global_address_list ⇒ Boolean
If enabled, the resource is hidden from the global address list.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#name ⇒ String
The name of the resource to be updated.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#organization_id ⇒ String
The identifier associated with the organization for which the resource is updated.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#resource_id ⇒ String
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: [email protected]
-
Resource name: resource
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |
#type ⇒ String
Updates the resource type.
5392 5393 5394 5395 5396 5397 5398 5399 5400 5401 5402 |
# File 'lib/aws-sdk-workmail/types.rb', line 5392 class UpdateResourceRequest < Struct.new( :organization_id, :resource_id, :name, :booking_options, :description, :type, :hidden_from_global_address_list) SENSITIVE = [:description] include Aws::Structure end |