Class: Aws::WorkMail::Types::UpdateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::UpdateResourceRequest
- Defined in:
- gems/aws-sdk-workmail/lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#booking_options ⇒ Types::BookingOptions
The resource's booking options to be updated.
-
#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.
Instance Attribute Details
#booking_options ⇒ Types::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 |
#name ⇒ String
The name of the resource 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 |
#organization_id ⇒ String
The identifier associated with the organization for which the resource is 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 |
#resource_id ⇒ String
The identifier of the resource 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 |