Class: Aws::WorkMail::Types::DeleteAvailabilityConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::DeleteAvailabilityConfigurationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The domain for which the ‘AvailabilityConfiguration` will be deleted.
-
#organization_id ⇒ String
The WorkMail organization for which the ‘AvailabilityConfiguration` will be deleted.
Instance Attribute Details
#domain_name ⇒ String
The domain for which the ‘AvailabilityConfiguration` will be deleted.
864 865 866 867 868 869 |
# File 'lib/aws-sdk-workmail/types.rb', line 864 class DeleteAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |
#organization_id ⇒ String
The WorkMail organization for which the ‘AvailabilityConfiguration` will be deleted.
864 865 866 867 868 869 |
# File 'lib/aws-sdk-workmail/types.rb', line 864 class DeleteAvailabilityConfigurationRequest < Struct.new( :organization_id, :domain_name) SENSITIVE = [] include Aws::Structure end |