Class: Aws::Notifications::Types::AssociateOrganizationalUnitRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Notifications::Types::AssociateOrganizationalUnitRequest
- 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 associate with the organizational unit.
-
#organizational_unit_id ⇒ String
The unique identifier of the organizational unit to associate.
Instance Attribute Details
#notification_configuration_arn ⇒ String
The Amazon Resource Name (ARN) of the notification configuration to associate with the organizational unit.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 189 class AssociateOrganizationalUnitRequest < 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 associate.
189 190 191 192 193 194 |
# File 'gems/aws-sdk-notifications/lib/aws-sdk-notifications/types.rb', line 189 class AssociateOrganizationalUnitRequest < Struct.new( :organizational_unit_id, :notification_configuration_arn) SENSITIVE = [] include Aws::Structure end |