Class: Aws::Notifications::Types::DisassociateOrganizationalUnitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::DisassociateOrganizationalUnitRequest
- Defined in:
- gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.
-
#organizational_unit_id ⇒ String
The unique identifier of the organizational unit to disassociate.
Instance Attribute Details
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration to disassociate from the organizational unit.
537 538 539 540 541 542 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 537 class DisassociateOrganizationalUnitRequest < Struct.new( :organizational_unit_id, :notification_configuration_arn) SENSITIVE = [] include Aws::Structure end |
#organizational_unit_id ⇒ String
The unique identifier of the organizational unit to disassociate.
537 538 539 540 541 542 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 537 class DisassociateOrganizationalUnitRequest < Struct.new( :organizational_unit_id, :notification_configuration_arn) SENSITIVE = [] include Aws::Structure end |